Ignore:
Timestamp:
09/05/14 14:42:27 (10 years ago)
Author:
millour
Message:

Added features for the Saturn case:

  • Added possibility to run without startfi or restartfi.nc files
  • Added reference temperature "temp_profile.txt" profile to start from
  • More XIOS outputs, and put them on "presnivs (pressure) vertical coordinate
  • Added "-openmp-threadprivate compat" OpenMP option in Ada arch file

EM

Location:
codes/icosagcm/branches/SATURN_DYNAMICO/TEST
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/TEST/lmdz_physics.xml

    r264 r270  
    1313     <field id="OLR"    long_name="outgoing longwave rad."      unit="W m-2"/> 
    1414      
    15      <field_group axis_ref="altitude"> 
     15     <field_group axis_ref="presnivs"> 
    1616       <field id="temp" long_name="temperature"                 unit="K"/> 
    1717       <field id="u"    long_name="Zonal wind"                  unit="m.s-1"/> 
    1818       <field id="v"    long_name="Meridional wind"             unit="m.s-1"/> 
    1919       <field id="p"    long_name="Pressure"                    unit="Pa"/> 
     20       <field id="input_temp" long_name="Input temperature"  unit="K"/> 
     21       <field id="input_u" long_name="Input zonal wind"  unit="m/s"/> 
     22       <field id="input_v" long_name="Input meridional wind"  unit="m/s"/> 
     23       <field id="dtrad" long_name="Total radiative tendency" unit="K/s"/> 
     24       <field id="zdtlw" long_name="LW radiative tendency" unit="K/s"/> 
     25       <field id="zdtsw" long_name="SW radiative tendency" unit="K/s"/> 
     26       <field id="zdtdyn" long_name="Dyn temperature tendency" unit="K/s"/> 
     27       <field id="zdtdif" long_name="Turbulent diffusion tendency" unit="K/s"/> 
     28       <field id="zdtadj" long_name="Convective adjustement tendency" unit="K/s"/> 
     29       <field id="pdt" long_name="Total temperature tendency" unit="K/s"/> 
    2030     </field_group>  
    2131      
     
    2333     
    2434     
    25    <file_definition type="one_file" par_access="collective" output_freq="10ts" sync_freq="10ts" output_level="10" enabled=".TRUE."> 
     35   <file_definition type="one_file" par_access="collective" output_freq="1ts" sync_freq="1ts" output_level="10" enabled=".TRUE."> 
    2636 
    2737     <file id="xios_diagfi" name="xios_diagfi" >  
     
    3444     
    3545     
     46<!--   <axis_definition> 
     47     <axis id="altitude"/> 
     48   </axis_definition> --> 
    3649   <axis_definition> 
    37      <axis id="altitude"/> 
     50     <axis id="presnivs"/> 
    3851   </axis_definition> 
    3952     
  • codes/icosagcm/branches/SATURN_DYNAMICO/TEST/run_icosa.def

    r256 r270  
    99 
    1010# Number of subdivision on a main triangle (nbp) : integer (default=40) 
    11 nbp=40 
     11nbp=10 
    1212 
    1313# nbp                 20  40  80 160 
     
    4848itau_adv=3 
    4949 
    50 # number of timestep (default 100) 
     50# number of timestep (default 100) (ignored if run_length is set) 
    5151 itaumax = 100 
    5252 
     
    5555#run_length=0 
    5656#run_length=432000 
    57 # one saturn year 
    58 run_length=929610360 
     57# one saturn year (24430 days) 
     58#run_length=929610360 
     59# 5 saturn day (5*38052=190260) 
     60#run_length=190260 
     61# 1 saturn day 
     62run_length=38052 
     63# 100 saturn days 
     64#run_length=3805200 
     65# 2000 saturn days 
     66#run_length=76104000 
    5967 
    6068#activate IO (default = true) 
     
    7987# etat0 : initial state : string (default=jablonowsky06) :  
    8088# jablonowsky06, academic, ncar 
    81 etat0=isothermal 
    82 etat0_isothermal_temp=175 
     89#etat0=isothermal 
     90#etat0_isothermal_temp=175 
     91 
     92etat0=temperature_profile 
     93# for 'etat0=temperature_profile" 
     94# initial temperature profile provided in file  
     95temperature_profile_file=temp_profile.txt 
     96 
     97#etat0=start_file 
     98# for 'etat0=start_file" 
     99# start file name (default is start.nc) 
     100# start_file_name=start 
     101# restart file name (default is restart.nc) 
     102#restart_file_name=restart 
     103 
    83104# ------------------------------ Dynamics -------------------------------- 
    84105 
Note: See TracChangeset for help on using the changeset viewer.