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 7398 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl_crs.F90 – NEMO

Ignore:
Timestamp:
2016-11-30T15:44:11+01:00 (8 years ago)
Author:
cbricaud
Message:

coarsening branch: first implementation of coarsening in PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/ZDF/zdfmxl_crs.F90

    r7207 r7398  
    7878 
    7979      ! w-level of the turbocline 
    80       imld(:,:)=0 
     80      imld(:,:)=1 
    8181      DO jk = jpkm1, nlb10, -1         ! from the bottom to nlb10  
    8282         DO jj = 1, jpj_crs 
     
    101101      END DO 
    102102      ! 
     103      IF( lk_crs ) CALL iom_swap( "nemo_crs" ) 
     104      CALL iom_put( "mldkz5"  , hmld_crs ) 
     105      IF( lk_crs ) CALL iom_swap( "nemo" ) 
     106      ! 
    103107      CALL wrk_dealloc( jpi_crs,jpj_crs, imld ) 
    104108      ! 
Note: See TracChangeset for help on using the changeset viewer.