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 908 for trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2008-04-25T09:48:08+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/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r907 r908  
    313313!       namsbc_rnf   runoffs namelist surface boundary condition 
    314314!----------------------------------------------------------------------- 
     315!cn_dir      Root directory for location of ssr files 
    315316!nn_runoff   =0 no, 1 runoff, 2 runoff+river mouth ups adv 
    316317!rn_hrnf     runoffs, depth over which enhanced vertical mixing is used 
    317318!rn_avt_rnf  runoffs, value of the additional vertical mixing coef. [m2/s] 
    318 !cn_dir      Root directory for location of ssr files 
    319319!sn_rnf      informations about the runoff file to be read 
    320320!sn_cnf      informations about the runoff mouth file to be read 
     
    323323!               !                    !   (if <0  months) !   name     !     (logical)      ! 
    324324&namsbc_rnf 
     325   cn_dir     = './' 
    325326   nn_runoff  = 2 
    326327   rn_hrnf    = 0.e0 
    327328   rn_avt_rnf = 1.e-3 
    328    cn_dir     = './' 
    329329   sn_rnf     = 'runoff_1m_nomask.nc' ,      -12.        ,  'sorunoff',    .true.   ,  1  ,  0      
    330330   sn_cnf     = 'runoff_1m_nomask.nc' ,        0.        ,  'socoefr' ,    .false.  ,  1  ,  0               
     
    333333!       namsbc_ssr   surface boundary condition : sea surface restoring 
    334334!----------------------------------------------------------------------- 
     335!  cn_dir    directory in which the model is executed 
    335336!  nn_sstr   =0/1   add a retroaction term in the surface heat flux 
    336337!  nn_sssr   =O/1/2 add a damping term in the surface freshwater flux 
     
    343344!               !                 !   (if <0  months) !   name   !    (logical)      !  (0/1) !  record  ! 
    344345&namsbc_ssr 
     346   cn_dir       = './' 
    345347   nn_sstr      = 0 
    346348   nn_sssr      = 0 
Note: See TracChangeset for help on using the changeset viewer.