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 12288 for NEMO/trunk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2019-12-26T16:22:36+01:00 (4 years ago)
Author:
smasson
Message:

trunk : minor bugfix/cleaning

Location:
NEMO/trunk/cfgs/SHARED
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-oce.xml

    r12276 r12288  
    328328          <field id="hflx_rain_cea" long_name="heat flux due to rainfall"                                standard_name="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water"        unit="W/m2"     /> 
    329329          <field id="hflx_evap_cea" long_name="heat flux due to evaporation"                             standard_name="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water"   unit="W/m2"     /> 
     330          <field id="hflx_prec_cea" long_name="heat flux due to all precip"                              standard_name="temperature_flux_due_to_all_precip_expressed_as_heat_flux_into_sea_water"      unit="W/m2"     /> 
    330331          <field id="hflx_snow_cea" long_name="heat flux due to snow falling"                            standard_name="heat_flux_onto_ocean_and_ice_due_to_snow_thermodynamics"                       unit="W/m2"     /> 
    331332          <field id="hflx_snow_ai_cea" long_name="heat flux due to snow falling over ice"                standard_name="heat_flux_onto_ice_due_to_snow_thermodynamics"                                 unit="W/m2"     /> 
  • NEMO/trunk/cfgs/SHARED/grid_def_nemo.xml

    r12276 r12288  
    2323        <!--  --> 
    2424       <grid id="grid_T_3DS" > 
    25          <domain id="grid_T" /> 
    26          <axis id="profsed" /> 
     25         <domain domain_ref="grid_T" /> 
     26         <axis axis_ref="profsed" /> 
    2727       </grid> 
    2828        <!--  --> 
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r12276 r12288  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 s! NEMO/OCE :   Reference namelist_ref                                !! 
     2!! NEMO/OCE :   Reference namelist_ref                                !! 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd) 
Note: See TracChangeset for help on using the changeset viewer.