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 5385 for trunk/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-06-09T15:50:42+02:00 (9 years ago)
Author:
cetlod
Message:

merge 2015/dev_r5204_CNRS_PISCES_dcy branch into the trunk, see ticket #1532

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5363 r5385  
    425425   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
    426426   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
     427   ln_rnf_depth_ini = .false.  ! compute depth at initialisation from runoff file 
     428   rn_rnf_max   = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     429   rn_dep_max   = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     430   nn_rnf_depth_file = 0    !  create (=1) a runoff depth file or not (=0) 
    427431/ 
    428432!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.