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 5193 for branches/2015/dev_r5171_CNRS_LIM3_seaicebgc/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90 – NEMO

Ignore:
Timestamp:
2015-04-03T10:48:51+02:00 (9 years ago)
Author:
vancop
Message:

A few cosmetic changes before SETTE

File:
1 edited

Legend:

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

    r4996 r5193  
    216216902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'nampissbc in configuration namelist', lwp ) 
    217217      IF(lwm) WRITE ( numonp, nampissbc ) 
     218 
     219      IF ( ( nn_ice_tr >= 0 ) .AND. ln_ironice ) THEN  
     220         WRITE(numout,*) ' ln_ironice incompatible with nn_ice_tr = ', nn_ice_tr 
     221         WRITE(numout,*) ' Specify your sea ice iron concentration in nampisice instead ' 
     222         WRITE(numout,*) ' ln_ironice is forced to .FALSE. ' 
     223         ln_ironice = .FALSE. 
     224      ENDIF 
    218225 
    219226      IF(lwp) THEN 
Note: See TracChangeset for help on using the changeset viewer.