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 12016 for NEMO/branches/2019 – NEMO

Changeset 12016 for NEMO/branches/2019


Ignore:
Timestamp:
2019-11-29T17:10:34+01:00 (4 years ago)
Author:
gsamson
Message:

dev_ASINTER-01-05_merged: merged shared field_def_nemo-oce.xml and namelist_ref (tickets #2159 and #2131)

Location:
NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED/field_def_nemo-oce.xml

    r11873 r12016  
    3232   <field id="ahmt_3d"      long_name=" 3D      t-eddy viscosity coefficient"   unit="m2/s or m4/s"  grid_ref="grid_T_3D"/> 
    3333 
    34         <field id="sst"          long_name="sea surface temperature"                            standard_name="sea_surface_temperature"             unit="degC"     /> 
    35 <field id="sst2"         long_name="square of sea surface temperature"                  standard_name="square_of_sea_surface_temperature"   unit="degC2"     > sst * sst </field > 
     34        <field id="sst"          long_name="Bulk sea surface temperature"                       standard_name="bulk_sea_surface_temperature"        unit="degC"     /> 
     35        <field id="t_skin"       long_name="Skin temperature aka SSST"                          standard_name="skin_temperature"                    unit="degC"     /> 
     36        <field id="sst2"         long_name="square of sea surface temperature"                  standard_name="square_of_sea_surface_temperature"   unit="degC2"     > sst * sst </field > 
    3637        <field id="sstmax"       long_name="max of sea surface temperature"   field_ref="sst"   operation="maximum"                                                 /> 
    3738        <field id="sstmin"       long_name="min of sea surface temperature"   field_ref="sst"   operation="minimum"                                                 /> 
     
    282283 
    283284          <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
     285      <field id="rho_air"      long_name="Air density at 10m above sea surface"         standard_name="rho_air_10m"                                        unit="kg/m3" /> 
     286      <field id="dt_skin"      long_name="SSST-SST temperature difference"              standard_name="SSST-SST"                                             unit="K"   /> 
    284287          <field id="qlw_oce"      long_name="Longwave Downward Heat Flux over open ocean"  standard_name="surface_net_downward_longwave_flux"                 unit="W/m2"  /> 
    285288          <field id="qsb_oce"      long_name="Sensible Downward Heat Flux over open ocean"  standard_name="surface_downward_sensible_heat_flux"                unit="W/m2"  /> 
    286289          <field id="qla_oce"      long_name="Latent Downward Heat Flux over open ocean"    standard_name="surface_downward_latent_heat_flux"                  unit="W/m2"  /> 
     290      <field id="evap_oce"     long_name="Evaporation over open ocean"                  standard_name="evaporation"                                        unit="kg/m2/s" /> 
    287291          <field id="qt_oce"       long_name="total flux at ocean surface"                  standard_name="surface_downward_heat_flux_in_sea_water"            unit="W/m2"  /> 
    288292          <field id="qsr_oce"      long_name="solar heat flux at ocean surface"             standard_name="net_downward_shortwave_flux_at_sea_water_surface"   unit="W/m2"  /> 
  • NEMO/branches/2019/dev_ASINTER-01-05_merged/cfgs/SHARED/namelist_ref

    r11859 r12016  
    254254!----------------------------------------------------------------------- 
    255255   !                    !  bulk algorithm : 
    256    ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     256   ln_NCAR      = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    257257   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    258    ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    259    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     258   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     259   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    260260      ! 
    261261      rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
     
    267267      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    268268      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    269  
     269      ln_skin_cs = .false.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB 
     270      ln_skin_wl = .false.  !  use the warm-layer        "               "                    " 
     271      ! 
     272      ln_humi_sph = .false.    !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true. 
     273      ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true. 
     274      ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true. 
     275   ! 
    270276   cn_dir      = './'      !  root directory for the bulk data location 
    271277   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     
    319325   !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    320326   nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
    321  
    322327   !_____________!__________________________!____________!_____________!______________________!________! 
    323328   !             !        description       !  multiple  !    vector   !       vector         ! vector ! 
     
    356361   sn_rcv_wper   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    357362   sn_rcv_wnum   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    358    sn_rcv_wstrf  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
     363   sn_rcv_wfreq  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    359364   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    360365   sn_rcv_ts_ice =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
Note: See TracChangeset for help on using the changeset viewer.