Ignore:
Timestamp:
2023-06-15T11:27:35+02:00 (13 months ago)
Author:
josefine.ghattas
Message:

Change to have default value PRINTSTANDOUT=TRUE. This means that no out_orchidee_ files are opened and instead the output is written au sortie standard (mixed with LMDZ if run in coupled mode).

Location:
branches/ORCHIDEE_Quest/ORCHIDEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_Quest/ORCHIDEE/orchidee.default

    r8039 r8055  
    161161 
    162162# PRINTSTANDOUT ([FLAG]) :  Print to standard output    {} 
    163 PRINTSTANDOUT =  FALSE  
     163PRINTSTANDOUT = TRUE 
    164164 
    165165# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics   {} 
  • branches/ORCHIDEE_Quest/ORCHIDEE/src_parallel/mod_orchidee_para.F90

    r8039 r8055  
    215215    !Config If    =  
    216216    !Config Help  = Write to standard output instead of opening a text output file out_orchidee  
    217     !Config Def   = FALSE 
     217    !Config Def   = TRUE 
    218218    !Config Units = [FLAG] 
    219     printstandout=.FALSE. 
     219    printstandout=.TRUE. 
    220220    CALL getin_p('PRINTSTANDOUT',printstandout) 
    221221 
Note: See TracChangeset for help on using the changeset viewer.