Errors compile with ICESHELF with ROMS 3.0

Discussion about modeling ice with ROMS

Moderators: arango, robertson

Post Reply
Message
Author
papaya
Posts: 19
Joined: Mon Apr 02, 2012 4:58 pm
Location: Georgia Tech

Errors compile with ICESHELF with ROMS 3.0

#1 Unread post by papaya »

Hi,

I am trying to include the ICESHELF into the cppdefs.

It compiles well without ICESHLF.

However, after I define ICESHLEF, it gave the following error about set_vbc.f90

mpif90 -c -O4 -fastsse -Mipa=fast,inline oi_update.f90
mpif90 -c -O4 -fastsse -Mipa=fast,inline set_avg.f90
mpif90 -c -O4 -fastsse -Mipa=fast,inline set_tides.f90
mpif90 -c -O4 -fastsse -Mipa=fast,inline set_vbc.f90
mpif90 -c -O4 -fastsse -Mipa=fast,inline step_floats.f90
PGF90-S-0038-Symbol, cff1, has not been explicitly declared (set_vbc.f90)
PGF90-S-0038-Symbol, v, has not been explicitly declared (set_vbc.f90)
PGF90-S-0038-Symbol, cff2, has not been explicitly declared (set_vbc.f90)
PGF90-S-0038-Symbol, u, has not been explicitly declared (set_vbc.f90)

0 inform, 0 warnings, 4 severes, 0 fatal for set_vbc_tile


Besides define the option of ICESHELF, are there other options I should define in the cppdefs to include the iceshelf?

Thanks!

Fan

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Errors compile with ICESHELF with ROMS 3.0

#2 Unread post by kate »

Are you honestly using ROMS 3.0 and expecting us to remember anything about it? As far as I know, the most complete ice shelf code is from my branch. Check out the latest version and if it gives you trouble, I'll be happy to help.

papaya
Posts: 19
Joined: Mon Apr 02, 2012 4:58 pm
Location: Georgia Tech

Re: Errors compile with ICESHELF with ROMS 3.0

#3 Unread post by papaya »

Yes. kate, thanks very much for you suggestion. I switched to the latest version of ROMS. Now it compiles smoothly.

Fan
kate wrote:Are you honestly using ROMS 3.0 and expecting us to remember anything about it? As far as I know, the most complete ice shelf code is from my branch. Check out the latest version and if it gives you trouble, I'll be happy to help.

Post Reply