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 5965 for branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-01T16:35:30+01:00 (8 years ago)
Author:
timgraham
Message:

Upgraded branch to r5518 of trunk (v3.6 stable revision)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r4493 r5965  
    1414   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input) 
    1515   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input) 
    16    nn_istate   =       1   !  output the initial state (1) or not (0) 
    1716   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1) 
    1817   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
     
    10099   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    101100   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     101   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     102 
    102103/ 
    103104!----------------------------------------------------------------------- 
     
    130131/ 
    131132!----------------------------------------------------------------------- 
    132 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     133&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    133134!----------------------------------------------------------------------- 
    134135/ 
     
    159160!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    160161!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    161    sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' , '' 
     162   sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  '' , '' 
    162163 
    163    cn_dir      = './'      !  root directory for the location of the bulk files 
    164    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     164   cn_dir      = './fluxes/' !  root directory for the location of the bulk files 
     165   rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    165166   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    166    ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     167   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data 
    167168/ 
    168169!----------------------------------------------------------------------- 
     
    356357!----------------------------------------------------------------------- 
    357358   rn_charn =  100000.     !  Charnock constant for wb induced roughness length 
     359   nn_z0_met = 1           !  Method for surface roughness computation (0/1/2) 
    358360/ 
    359361!----------------------------------------------------------------------- 
     
    394396&namptr       !   Poleward Transport Diagnostic 
    395397!----------------------------------------------------------------------- 
    396    ln_diaznl  = .false.    !  Add zonal means and meridional stream functions 
    397    ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not 
    398                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    399    ln_ptrcomp = .false.    !  Add decomposition : overturning 
    400 / 
    401 !----------------------------------------------------------------------- 
     398/ 
    402399&namhsb       !  Heat and salt budgets 
    403400!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.