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 4158 for branches/2013/dev_r4022_MERCATOR5_PAPA1D/NEMOGCM/NEMO/OPA_SRC/DOM/dom_oce.F90 – NEMO

Ignore:
Timestamp:
2013-11-06T14:28:50+01:00 (11 years ago)
Author:
cbricaud
Message:

add modification for configuration 1D_PAPA. branch:dev_r4022_MERCATOR5_PAPA1D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r4022_MERCATOR5_PAPA1D/NEMOGCM/NEMO/OPA_SRC/DOM/dom_oce.F90

    r3851 r4158  
    3030   !                                              !!* Namelist namdom : time & space domain * 
    3131   INTEGER , PUBLIC ::   nn_bathy     =    0       !: = 0/1 ,compute/read the bathymetry file 
     32   REAL(wp), PUBLIC ::   rn_bathy     =    0.0_wp  !: depth of flat bottom (active if nn_bathy=0; if =0 depth=jpkm1) 
    3233   REAL(wp), PUBLIC ::   rn_hmin      =   -3.0_wp  !: minimum ocean depth (>0) or minimum number of ocean levels (<0) 
    3334   REAL(wp), PUBLIC ::   rn_e3zps_min =    5.0_wp  !: miminum thickness for partial steps (meters) 
Note: See TracChangeset for help on using the changeset viewer.