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 909 for trunk/NEMO – NEMO

Changeset 909 for trunk/NEMO


Ignore:
Timestamp:
2008-04-25T09:49:04+02:00 (16 years ago)
Author:
ctlod
Message:

add cn_dir parameter in namsbc_rnf & namsbc_ssr namelists, see ticket: #125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r888 r909  
    2828 
    2929   !! * namsbc_rnf namelist 
     30   CHARACTER(len=100), PUBLIC ::   cn_dir     = './'    !: Root directory for location of ssr files 
    3031   INTEGER           , PUBLIC ::   nn_runoff  = 1       !: runoffs flag 
    3132   REAL(wp)          , PUBLIC ::   rn_hrnf    = 0.e0    !: runoffs, depth over which enhanced vertical mixing is used 
    3233   REAL(wp)          , PUBLIC ::   rn_avt_rnf = 0.e0    !: runoffs, value of the additional vertical mixing coef. [m2/s] 
    33    CHARACTER(len=100), PUBLIC ::   cn_dir     = './'    !: Root directory for location of ssr files 
    3434   TYPE(FLD_N)       , PUBLIC ::   sn_rnf               !: information about the runoff file to be read 
    3535   TYPE(FLD_N)       , PUBLIC ::   sn_cnf               !: information about the runoff mouth file to be read 
    36    NAMELIST/namsbc_rnf/ nn_runoff, rn_hrnf, rn_avt_rnf, cn_dir, sn_rnf, sn_cnf 
     36   NAMELIST/namsbc_rnf/ cn_dir, nn_runoff, rn_hrnf, rn_avt_rnf, sn_rnf, sn_cnf 
    3737 
    3838   INTEGER , PUBLIC                     ::   nkrnf = 0   !: number of levels over which Kz is increased at river mouths 
Note: See TracChangeset for help on using the changeset viewer.