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 4248 for branches/2013 – NEMO

Changeset 4248 for branches/2013


Ignore:
Timestamp:
2013-11-19T14:24:13+01:00 (10 years ago)
Author:
cetlod
Message:

dev_merge : minor corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/NEMO/OFF_SRC/domain.F90

    r4159 r4248  
    9292         &             nn_it000, nn_itend  , nn_date0    , nn_leapy     , nn_istate , nn_stock ,   & 
    9393         &             nn_write, ln_dimgnnn, ln_mskland  , ln_clobber   , nn_chunksz 
    94       NAMELIST/namdom/ nn_bathy , rn_e3zps_min, rn_e3zps_rat, nn_msh    , rn_hmin,   & 
     94      NAMELIST/namdom/ nn_bathy , rn_bathy, rn_e3zps_min, rn_e3zps_rat, nn_msh    , rn_hmin,   & 
    9595         &             nn_acc   , rn_atfp     , rn_rdt      , rn_rdtmin ,            & 
    9696         &             rn_rdtmax, rn_rdth     , nn_baro     , nn_closea , ln_crs, & 
     
    194194         WRITE(numout,*) '   Namelist namdom : space & time domain' 
    195195         WRITE(numout,*) '      flag read/compute bathymetry      nn_bathy     = ', nn_bathy 
     196         WRITE(numout,*) '      Depth (if =0 bathy=jpkm1)         rn_bathy     = ', rn_bathy 
    196197         WRITE(numout,*) '      min depth of the ocean    (>0) or    rn_hmin   = ', rn_hmin 
    197198         WRITE(numout,*) '      minimum thickness of partial      rn_e3zps_min = ', rn_e3zps_min, ' (m)' 
Note: See TracChangeset for help on using the changeset viewer.