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 5530 for branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2015-07-02T15:38:54+02:00 (9 years ago)
Author:
davestorkey
Message:

Updating 2015/dev_r5021_UKMO1_CICE_coupling branch to rev 5518 of trunk
(= NEMO 3.6_stable branching point).

Location:
branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r5443 r5530  
    9999   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    100100   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     101   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     102 
    101103/ 
    102104!----------------------------------------------------------------------- 
     
    158160!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    159161!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    160    sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' , '' 
     162   sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  '' , '' 
    161163 
    162    cn_dir      = './'      !  root directory for the location of the bulk files 
    163    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]/ 
    164166   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    165    ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     167   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data 
    166168/ 
    167169!----------------------------------------------------------------------- 
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r4990 r5530  
    9494   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    9595   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
     96 
    9697   cn_dir      = './'      !  root directory for the location of the bulk files 
    97    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    9898   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    99    ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
    100    rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
    101    rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
     99   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
     100   rn_zu       = 10.        !  Wind vector reference height (m) 
    102101   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    103102   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    104    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     103   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    105104                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    106105/ 
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_demo.xml

    r5445 r5530  
    6464     <field field_ref="sst"    name="sst_1d_inst" operation="instant" />     <!-- instant value --> 
    6565     <field field_ref="sst"    name="sst_1d_max"  operation="maximum" />     <!-- max --> 
    66      <field field_ref="suoce"  />   <!-- include a U-grid variable in the list --> 
     66     <field field_ref="ssu"  />   <!-- include a U-grid variable in the list --> 
    6767   </file> 
    6868    
     
    7878     
    7979   <axis_definition>   
    80       <axis id="deptht"  long_name="Vertical T levels"  unit="m" positive="down" /> 
    81       <axis id="deptht_myzoom" zoom_begin="1" zoom_end="10   " axis_ref="deptht" /> 
     80      <axis_group id="deptht" long_name="Vertical T levels" unit="m" positive="down" >  
     81         <axis id="deptht" />  
     82         <axis id="deptht_myzoom" zoom_begin="1" zoom_end="10" />  
     83      </axis_group> 
    8284      <axis id="depthu"  long_name="Vertical U levels"  unit="m" positive="down" /> 
    8385      <axis id="depthv"  long_name="Vertical V levels"  unit="m" positive="down" /> 
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg

    r4990 r5530  
    9494   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    9595   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
     96 
    9697   cn_dir      = './'      !  root directory for the location of the bulk files 
    97    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    9898   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    99    ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
    100    rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
    101    rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
     99   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
     100   rn_zu       = 10.        !  Wind vector reference height (m) 
    102101   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    103102   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    104    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     103   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    105104                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    106105/ 
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/iodef.xml

    r5443 r5530  
    190190          <field field_ref="salinity_cat"    name="salincat" /> 
    191191          <field field_ref="brinevol_cat"    name="sibricat" /> 
     192     <field field_ref="icetemp_cat"     name="sitemcat" /> 
     193     <field field_ref="snwtemp_cat"     name="sntemcat" /> 
    192194 
    193195   </file> 
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/SHARED/field_def.xml

    r5443 r5530  
    4242         <field id="sssmin"       long_name="min of sea surface salinity"   field_ref="sss"   operation="minimum"                 /> 
    4343         <field id="sbs"          long_name="sea bottom salinity"                                                     unit="1e-3" /> 
     44 
     45         <field id="taubot"       long_name="bottom stress module"                                                    unit="N/m2" />  
    4446 
    4547         <field id="ssh"          long_name="sea surface height"             standard_name="sea_surface_height_above_geoid"             unit="m" /> 
     
    279281         <field id="salinity_cat" long_name="Sea-Ice Bulk salinity for categories"                         unit="g/kg"   axis_ref="ncatice" /> 
    280282         <field id="brinevol_cat" long_name="Brine volume for categories"                                  unit="%"      axis_ref="ncatice" /> 
     283         <field id="icetemp_cat"  long_name="Ice temperature for categories"                               unit="degC"   axis_ref="ncatice" /> 
     284         <field id="snwtemp_cat"  long_name="Snow temperature for categories"                              unit="degC"   axis_ref="ncatice" /> 
    281285 
    282286         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     /> 
     
    366370         <field id="ssu"          long_name="ocean surface current along i-axis"                                                                 unit="m/s"                             /> 
    367371         <field id="sbu"          long_name="ocean bottom current along i-axis"                                                                  unit="m/s"                             /> 
     372         <field id="ubar"         long_name="ocean barotropic current along i-axis"                                                              unit="m/s"                             /> 
    368373         <field id="uocetr_eff"   long_name="Effective ocean transport along i-axis"                 standard_name="ocean_volume_x_transport"    unit="m3/s"       grid_ref="grid_U_3D" /> 
    369374         <field id="uocet"        long_name="ocean transport along i-axis times temperature (CRS)"                                               unit="degC*m/s"   grid_ref="grid_U_3D" /> 
     
    400405         <field id="ssv"          long_name="ocean surface current along j-axis"                                                                 unit="m/s"                             /> 
    401406         <field id="sbv"          long_name="ocean bottom current along j-axis"                                                                  unit="m/s"                             /> 
     407         <field id="vbar"         long_name="ocean barotropic current along j-axis"                                                              unit="m/s"                             /> 
    402408         <field id="vocetr_eff"   long_name="Effective ocean transport along j-axis"                 standard_name="ocean_volume_y_transport"    unit="m3/s"       grid_ref="grid_V_3D" /> 
    403409         <field id="vocet"        long_name="ocean transport along j-axis times temperature (CRS)"                                               unit="degC*m/s"   grid_ref="grid_V_3D" /> 
  • branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5443 r5530  
    478478 
    479479   cn_dir      = './'       !  root directory for the location of the bulk files 
    480    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     480   rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    481481   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    482482   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
Note: See TracChangeset for help on using the changeset viewer.