New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5371 for branches/2015 – NEMO

Changeset 5371 for branches/2015


Ignore:
Timestamp:
2015-06-05T19:12:49+02:00 (9 years ago)
Author:
cetlod
Message:

dev_r5204_CNRS_PISCES_dcy : fix some inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5204_CNRS_PISCES_dcy/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90

    r5367 r5371  
    218218902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampissbc in configuration namelist', lwp ) 
    219219      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 
    220227 
    221228      IF(lwp) THEN 
Note: See TracChangeset for help on using the changeset viewer.