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 4651 – NEMO

Changeset 4651


Ignore:
Timestamp:
2014-06-03T11:53:31+02:00 (10 years ago)
Author:
flavoni
Message:

add output in iodef.xml, and changed vfac for ORCA2_LIM3

Location:
branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef_default.xml

    r4097 r4651  
    5151   <file id="file2" name_suffix="_SBC" description="surface fluxes variables" > <!-- time step automaticaly defined based on nn_fsbc --> 
    5252     <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                     /> 
     53          <field field_ref="erp"          name="wfcorr"   long_name="water_flux_correction"                         /> 
    5354     <field field_ref="qsr"          name="rsntds"   long_name="surface_net_downward_shortwave_flux"           /> 
    5455     <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
  • branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/iodef.xml

    r4525 r4651  
    5151   <file id="file2" name_suffix="_SBC" description="surface fluxes variables" > <!-- time step automaticaly defined based on nn_fsbc --> 
    5252     <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                     /> 
     53     <field field_ref="erp"          name="wfcorr"   long_name="water_flux_correction"                         /> 
    5354     <field field_ref="qsr"          name="rsntds"   long_name="surface_net_downward_shortwave_flux"           /> 
    5455     <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
  • branches/dev_r4028_CNRS_LIM3_MV2014/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist

    r4345 r4651  
    223223   rn_pfac     = 1.         !  multiplicative factor for precipitation (total & snow) 
    224224   rn_efac     = 1.         !  clem: multiplicative factor for evaporation (0. or 1.) 
    225    rn_vfac     = 0.         !  clem: multiplicative factor for ocean/ice velocity in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     225   rn_vfac     = 1.         !  clem: multiplicative factor for ocean/ice velocity in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    226226/ 
    227227!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.