Changeset 4247 for LMDZ6/trunk/makelmdz_fcm
- Timestamp:
- Sep 15, 2022, 9:54:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r4195 r4247 45 45 isotrac=false 46 46 force_compile=false 47 cplocninca=false 47 48 48 49 arch_defined="FALSE" … … 101 102 true : (obsolete; for backward compatibility) use ORCHIDEE tag 1.9-1.9.6 102 103 [-chimie INCA/false] : with INCA chemistry model or without (default: false) 104 [-cplocninca ] : allow transfer of species from PISCES to INCA (default: false) 103 105 [-cosp true/false] : compile with/without cosp package (default: false) 104 106 [-cosp2 true/false] : compile with/without cosp2 package (default: false) … … 179 181 chimie="$2" ; shift ; shift ;; 180 182 183 "-cplocninca") 184 cplocninca=TRUE ; shift ;; 185 181 186 "-isotopes") 182 187 isotopes="$2" ; shift ; shift ;; … … 529 534 fi 530 535 536 if [[ "$cplocninca" == "TRUE" ]] 537 then 538 CPP_KEY="${CPP_KEY} CPP_CPLOCNINCA" 539 fi 531 540 532 541
Note: See TracChangeset
for help on using the changeset viewer.