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 10109 for NEMO – NEMO

Changeset 10109 for NEMO


Ignore:
Timestamp:
2018-09-10T10:31:09+02:00 (6 years ago)
Author:
cbricaud
Message:

add a minimum for mixed layer indices in NEMO_3.6 coarsening branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/CRS/crsfld.F90

    r10106 r10109  
    313313      CALL crs_dom_ope( z2d  , 'MAX', 'T', tmask, z2d_crs  ,  psgn=1.0 ) 
    314314      nmln_crs=INT(z2d_crs)  
    315       !cbr nmln_crs=MAX(nlb10,nmln_crs)     
     315      nmln_crs=MAX(nlb10,nmln_crs)     
    316316 
    317317      !cbr CALL crs_dom_ope( hmld , 'SUM', 'T', tmask, hmld_crs , p_e12=e1e2t, p_surf_crs=e1e2w_msk(:,:,1), psgn=1.0 ) 
Note: See TracChangeset for help on using the changeset viewer.