Changeset 2518 for CONFIG/UNIFORM/v6_rc0


Ignore:
Timestamp:
05/20/15 16:35:36 (9 years ago)
Author:
aclsce
Message:
  • Small bugfixes related to NEMO card and param files :
    • beware with 2D-3D TS : with XIOS, the 3rd dimension is written out only if there is at least one 3D dimension which is written out.
    • diaptr file activated by default
    • ice iicenflx varibale not written out anymore
Location:
CONFIG/UNIFORM/v6_rc0/IPSLCM6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6_rc0/IPSLCM6/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card

    r2446 r2518  
    124124[Post_1D_grid_T] 
    125125Patches = () 
    126 GatherWithInternal = (nav_lon, nav_lat, deptht, time_counter, time_counter_bounds) 
     126GatherWithInternal = (nav_lon, nav_lat, time_counter, time_counter_bounds) 
    127127TimeSeriesVars2D = (sosstsst) 
    128128ChunckJob2D = 200Y 
  • CONFIG/UNIFORM/v6_rc0/IPSLCM6/GENERAL/PARAM/field_def_nemo.xml

    r2372 r2518  
    200200          
    201201         <field id="qsr_io_cea"   long_name="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     /> 
    202          <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     /> 
     202         <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"  enabled=".FALSE."   /> 
    203203          
    204204         <field id="snowthic_cea" long_name="Snow thickness (cell average)"                                unit="m"        /> 
     
    492492 
    493493      <!-- PTR --> 
    494       <field_group id="diaptr" domain_ref="ptr"   grid_ref="grid_T_3D"  enabled=".FALSE."> <!-- time step automaticaly defined based on nn_fptr --> 
     494      <field_group id="diaptr" domain_ref="ptr"   grid_ref="grid_T_3D" > <!-- time step automaticaly defined based on nn_fptr --> 
    495495        <field id="zotemglo"          long_name="Zonal Mean Temperature"                       unit="C"   /> 
    496496        <field id="zosalglo"          long_name="Zonal Mean Salinity"                          unit="PSU"   /> 
Note: See TracChangeset for help on using the changeset viewer.