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 7217 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2016-11-09T21:27:33+01:00 (7 years ago)
Author:
cbricaud
Message:

CRS branch: code cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r5602 r7217  
    141141      NAMELIST/namdom/ nn_bathy, rn_bathy , rn_e3zps_min, rn_e3zps_rat, nn_msh, rn_hmin,   & 
    142142         &             nn_acc   , rn_atfp     , rn_rdt      , rn_rdtmin ,                  & 
    143          &             rn_rdtmax, rn_rdth     , nn_closea , ln_crs,    & 
     143         &             rn_rdtmax, rn_rdth     , nn_closea   ,  & 
    144144         &             jphgr_msh, & 
    145145         &             ppglam0, ppgphi0, ppe1_deg, ppe2_deg, ppe1_m, ppe2_m, & 
     
    273273         WRITE(numout,*) '                  depth of transition       rn_rdth   = ', rn_rdth 
    274274         WRITE(numout,*) '      suppression of closed seas (=0)       nn_closea = ', nn_closea 
    275          WRITE(numout,*) '      online coarsening of dynamical fields ln_crs    = ', ln_crs 
    276275         WRITE(numout,*) '      type of horizontal mesh jphgr_msh           = ', jphgr_msh 
    277276         WRITE(numout,*) '      longitude of first raw and column T-point ppglam0 = ', ppglam0 
Note: See TracChangeset for help on using the changeset viewer.