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

Ignore:
Timestamp:
2017-12-07T12:14:23+01:00 (6 years ago)
Author:
clem
Message:

dev_CNRS_2017: raw commit of the Met-Office specifics for coupling with their Earth system model. It is not yet tested and debuging is expected

File:
1 edited

Legend:

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

    r8882 r8933  
    319319         IF(lwp) WRITE(numout,*) '   nn_monocat forced to 0 as jpl>1, i.e. multi-category case is chosen' 
    320320      ENDIF 
     321      ! 
     322     IF( ln_cpl .AND. nn_cats_cpl /= 1 .AND. nn_cats_cpl /= jpl ) THEN 
     323        CALL ctl_stop( 'STOP', 'par_init: in coupled mode, nn_cats_cpl should be either 1 or jpl' ) 
     324     ENDIF 
    321325!     IF ( jpl == 1 .AND. nn_monocat == 0 ) THEN 
    322326!        CALL ctl_stop( 'STOP', 'par_init : if jpl=1 then nn_monocat should be between 1 and 4' ) 
     
    410414 
    411415      ! SIMIP diagnostics 
    412       diag_fc_bo(:,:)    = 0._wp ; diag_fc_su(:,:)    = 0._wp 
    413  
    414       tau_icebfr(:,:) = 0._wp; ! landfast ice param only (clem: important to keep the init here) 
     416      diag_fc_bo(:,:) = 0._wp ; diag_fc_su(:,:) = 0._wp 
     417 
     418      tau_icebfr(:,:)   = 0._wp   ! landfast ice param only (clem: important to keep the init here) 
     419      cnd_ice   (:,:,:) = 0._wp   ! initialisation of the effective conductivity at the top of ice/snow (Jules coupling) 
    415420       
    416421   END SUBROUTINE diag_set0 
Note: See TracChangeset for help on using the changeset viewer.