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 5954 for branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2015-11-30T15:04:08+01:00 (9 years ago)
Author:
rfurner
Message:

added surge code from 2014_Surge_Modelling branch

Location:
branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5942 r5954  
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    3232   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   ln_rstdate  = .false.   !  Name restart dump by date instead of time step  
    3334   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=T 
    3435   nn_rstctl   =       0   !  restart control ==> activated only if ln_rstart=T 
     
    336337   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    337338                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     339   ln_charnock = .false.   ! logical flag for charnock wind stress in surge model(true) or not(false) 
    338340/ 
    339341!----------------------------------------------------------------------- 
     
    12921294   rn_htrmax         =  200.0   ! max. depth of transition range 
    12931295/ 
     1296-----------------------------------------------------------------------  
     1297&namwad       !   Wetting and Drying namelist  
     1298!-----------------------------------------------------------------------  
     1299   ln_wd = .false.   !: key to turn on/off wetting/drying (T: on, F: off)  
     1300   rn_wdmin1=0.1     !: minimum water depth on dried cells  
     1301   rn_wdmin2 = 0.01  !: tolerrance of minimum water depth on dried cells  
     1302   rn_wdld   = 20.0  !: land elevation below which wetting/drying will be considered  
     1303   nn_wdit   =   10  !: maximum number of iteration for W/D limiter  
     1304/  
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/cfg.txt

    r5416 r5954  
    1111ORCA2_LIM OPA_SRC LIM_SRC_2 NST_SRC 
    1212ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
     13AMM7_SURGE OPA_SRC 
Note: See TracChangeset for help on using the changeset viewer.