Changeset 5371
- Timestamp:
- 2015-06-05T19:12:49+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/dev_r5204_CNRS_PISCES_dcy/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90
r5367 r5371 218 218 902 IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampissbc in configuration namelist', lwp ) 219 219 IF(lwm) WRITE ( numonp, nampissbc ) 220 221 IF ( ( nn_ice_tr >= 0 ) .AND. ln_ironice ) THEN 222 WRITE(numout,*) ' ln_ironice incompatible with nn_ice_tr = ', nn_ice_tr 223 WRITE(numout,*) ' Specify your sea ice iron concentration in nampisice instead ' 224 WRITE(numout,*) ' ln_ironice is forced to .FALSE. ' 225 ln_ironice = .FALSE. 226 ENDIF 220 227 221 228 IF(lwp) THEN
Note: See TracChangeset
for help on using the changeset viewer.