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 8726 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90 – NEMO

Ignore:
Timestamp:
2017-11-17T10:22:38+01:00 (6 years ago)
Author:
vancop
Message:

Jules coupler functionalities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90

    r8598 r8726  
    153153         !------------------------------------------------------! 
    154154         ! It provides the following fields used in sea ice model: 
    155          !    fr1_i0  , fr2_i0     = 1sr & 2nd fraction of qsr penetration in ice  [%] 
    156155         !    emp_oce , emp_ice    = E-P over ocean and sea ice                    [Kg/m2/s] 
    157156         !    sprecip              = solid precipitation                           [Kg/m2/s] 
     
    320319         IF(lwp) WRITE(numout,*) '   nn_monocat forced to 0 as jpl>1, i.e. multi-category case is chosen' 
    321320      ENDIF 
    322       IF ( jpl == 1 .AND. nn_monocat == 0 ) THEN 
    323          CALL ctl_stop( 'STOP', 'par_init : if jpl=1 then nn_monocat should be between 1 and 4' ) 
    324       ENDIF 
     321!     IF ( jpl == 1 .AND. nn_monocat == 0 ) THEN 
     322!        CALL ctl_stop( 'STOP', 'par_init : if jpl=1 then nn_monocat should be between 1 and 4' ) 
     323!     ENDIF 
    325324      ! 
    326325      IF( ln_bdy .AND. ln_icediachk )   CALL ctl_warn('par_init: online conservation check does not work with BDY') 
Note: See TracChangeset for help on using the changeset viewer.