Changeset 5619 for LMDZ6


Ignore:
Timestamp:
Apr 15, 2025, 11:59:15 AM (8 weeks ago)
Author:
aborella
Message:

Activate aviation file only when needed

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/DefLists/context_input_lmdz.xml

    r5618 r5619  
    397397<file_definition>
    398398
    399   <file id="aviation_file" name="aviation" mode="read" output_freq="1mo" type="one_file" time_counter_name="toto" >
     399  <file id="aviation_file" name="aviation" enabled="false" mode="read" output_freq="1mo" type="one_file" time_counter_name="toto" >
    400400
    401401    <field id="KMFLOWN_id" name="seg_length_km" operation="instant"  grid_ref="aviation_grid" freq_offset="1ts"  />
  • LMDZ6/branches/contrails/libf/phylmd/lmdz_aviation.f90

    r5615 r5619  
    287287
    288288IF (grid_type==unstructured) THEN
     289
     290    ! Activate aviation file
     291    IF (is_omp_master) CALL xios_set_file_attr("aviation", enabled=.TRUE.)
    289292
    290293    ! Get number of vertical levels and level values
Note: See TracChangeset for help on using the changeset viewer.