Opened 10 years ago
Closed 10 years ago
#1479 closed Bug (fixed)
Compilation error related to bdyice_lim.f90 (NEMO3.6 revision 5127)
Reported by: | njourdain | Owned by: | crlod |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
There are compilation errors related to bdyice_lim.f90 when using the following keys:
bld::tool::fppkeys key_bdy key_trabbl key_traldf_c2d key_dynspg_flt key_dynldf_c2d key_ldfslp key_zdftke key_iomput key_mpp_mpi key_lim3
Error message:
/home/njouxx/models/NEMO3.6/NEMOGCM/CONFIG/AMU12/BLD/ppsrc/nemo/bdyice_lim.f90(173): error #6404: This name does not have a type, and must have an explicit type. [S_I_MIN]
sm_i(ji,jj,jl) = rswitch * rn_ice_sal(ib_bdy) + ( 1.0 - rswitch ) * s_i_min
/home/njouxx/models/NEMO3.6/NEMOGCM/CONFIG/AMU12/BLD/ppsrc/nemo/bdyice_lim.f90(201): error #6404: This name does not have a type, and must have an explicit type. [NUM_SAL]
IF( num_sal == 1 ) THEN
/home/njouxx/models/NEMO3.6/NEMOGCM/CONFIG/AMU12/BLD/ppsrc/nemo/bdyice_lim.f90(202): error #6404: This name does not have a type, and must have an explicit type. [BULK_SAL]
sm_i(ji,jj,jl) = bulk_sal
Commit History (0)
(No commits)
Change History (2)
comment:1 Changed 10 years ago by vancop
- Owner changed from NEMO team to crlod
comment:2 Changed 10 years ago by clem
- Resolution set to fixed
- Status changed from new to closed
I just corrected it (few minutes ago)