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 4254 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2013-11-19T15:37:49+01:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC, #863. Merge in final changes from the dev_r3867_MERCATOR1_DYN branch; mainly AGRIF and BDY compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3890 r4254  
    306306 
    307307   cn_dir      = './'       !  root directory for the location of the bulk files 
    308    rn_pref     = 101000.e0 !  reference atmospheric pressure   [N/m2]/ 
     308   rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
    309309   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    310310   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     
    448448    ln_mask_file = .false.                !  =T : read mask from file 
    449449    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    450     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     450    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    451451    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    452452                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    453453                                          !  = 2, use tidal harmonic forcing data from files 
    454454                                          !  = 3, use external data AND tidal harmonic forcing 
    455     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     455    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    456456    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    457                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    458     nn_tra        =  1                    !  boundary conditions for T and S 
     457                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     458    cn_tra        =  'none'               !  boundary conditions for T and S 
    459459    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    460                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    461     nn_rimwidth  = 10                      !  width of the relaxation zone 
     460                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     461    nn_rimwidth  = 10                     !  width of the relaxation zone 
    462462    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    463463    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
Note: See TracChangeset for help on using the changeset viewer.