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 4747 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/CONFIG/ISOMIP – NEMO

Ignore:
Timestamp:
2014-08-15T16:32:52+02:00 (10 years ago)
Author:
mathiot
Message:

ISF branch: change to deal with non mask bathymetry (land processor definition, building bathy and ice shelf draft variable), update of hpg (definition of ze3wu in case of zps and vvl) and bfr (in case of 2 cell water column thickness, each cell feels top and bottom friction).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg

    r4666 r4747  
    2424&namrun        !   parameters of the run 
    2525!----------------------------------------------------------------------- 
    26    nn_no       =  1   !  job number (no more used...) 
     26   nn_no       =  1        !  job number (no more used...) 
    2727   cn_exp      =  "ISOMIP" !  experience name 
    28    nn_it000    =  1   !  first time step 
     28   nn_it000    =  1        !  first time step 
    2929   nn_itend    =  490560   !  last  time step (std 5475) 
    3030   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    32    ln_rstart   = .false. !  start from rest (F) or from a restart file (T) 
     32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    3333   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true. 
    3434   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
     
    8282   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    8383   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
     84   ln_isfcav   = .true.    !  ice shelf cavity 
    8485/ 
    8586!----------------------------------------------------------------------- 
     
    165166!!   namtra_qsr      penetrative solar radiation 
    166167!!   namsbc_rnf      river runoffs 
     168!!   namsbc_isf      ice shelf melting/freezing 
    167169!!   namsbc_apr      Atmospheric Pressure 
    168170!!   namsbc_ssr      sea surface restoring term (for T and/or S) 
     
    184186                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    185187   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    186    nn_isf      = 1         !  0 = no isf               / 1 = presence of ISF  
     188   nn_isf      = 1         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
     189                           !  0 = no isf               / 1 = presence of ISF  
    187190                           !  2 = bg03 parametrisation / 3 = rnf file for isf 
    188191                           !  4 = ISF are prescribed 
     192                           !  options 1 and 4 need ln_isfcav = .true. (domzgr) 
    189193   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    190194   nn_fwb      = 1         !  FreshWater Budget: =0 unchecked 
Note: See TracChangeset for help on using the changeset viewer.