Changeset 8055 for branches/ORCHIDEE_Quest/ORCHIDEE
- Timestamp:
- 2023-06-15T11:27:35+02:00 (19 months ago)
- Location:
- branches/ORCHIDEE_Quest/ORCHIDEE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_Quest/ORCHIDEE/orchidee.default
r8039 r8055 161 161 162 162 # PRINTSTANDOUT ([FLAG]) : Print to standard output {} 163 PRINTSTANDOUT = FALSE163 PRINTSTANDOUT = TRUE 164 164 165 165 # DEPTH_MAX_T (m) : Maximum depth of the soil thermodynamics {} -
branches/ORCHIDEE_Quest/ORCHIDEE/src_parallel/mod_orchidee_para.F90
r8039 r8055 215 215 !Config If = 216 216 !Config Help = Write to standard output instead of opening a text output file out_orchidee 217 !Config Def = FALSE217 !Config Def = TRUE 218 218 !Config Units = [FLAG] 219 printstandout=. FALSE.219 printstandout=.TRUE. 220 220 CALL getin_p('PRINTSTANDOUT',printstandout) 221 221
Note: See TracChangeset
for help on using the changeset viewer.