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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.