Changeset 3127
- Timestamp:
- 02/14/17 12:56:41 (6 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/lmdz.driver
r3104 r3127 143 143 144 144 # Read value for solaire from file SOLARANDVOLCANOES.txt. If file not existing, take DEFAULT value from file. 145 IGCM_debug_Print 1 "Note that the solaire parameter is here below changed but it is only used by LMDZ for old physics(AP and NPv3.2)" 146 IGCM_debug_Print 1 "For newer physics with iflag_rrtm=1 and ok_suntime_rrtm=y, the solar constant is instead taken from solarforcing.nc file" 145 147 if [ -f SOLARANDVOLCANOES.txt ] ; then 146 148 value=`grep Annee_${year} SOLARANDVOLCANOES.txt | awk -F= '{print $2}'` -
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/POST/monitoring01_orchidee.cfg
r3121 r3127 46 46 evap_lands | "evap" | "" | "evap[d=1]" | "Evaporation (LANDS)" | "mm/d" | "Areas[d=1]*Contfrac[d=1]" 47 47 evapnu_lands | "evapnu" | "" | "evapnu[d=1]" | "Soil evaporation (LANDS)" | "mm/d" | "Areas[d=1]*Contfrac[d=1]" 48 transpir_lands | "transpir" | "" | "transpir[d=1,k=@sum]" | "Transpiration ( LANDS)" | "mm/d"| "Areas[d=1]*Contfrac[d=1]"48 transpir_lands | "transpir" | "" | "transpir[d=1,k=@sum]" | "Transpiration (sum over all PFT, LANDS)" | "mm/d" | "Areas[d=1]*Contfrac[d=1]" 49 49 subli_lands | "subli" | "" | "subli[d=1]" | "Sublimation (LANDS)" | "mm/d" | "Areas[d=1]*Contfrac[d=1]" 50 50 snow_swe_lands | "frac_snow snow" | "" | "snow[d=2]" | "Snow Mass (LANDS)" | "kg/m^2" | "Areas[d=2]*Contfrac[d=2]" -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver
r3104 r3127 143 143 144 144 # Read value for solaire from file SOLARANDVOLCANOES.txt. If file not existing, take DEFAULT value from file. 145 IGCM_debug_Print 1 "Note that the solaire parameter is here below changed but it is only used by LMDZ for old physics(AP and NPv3.2)" 146 IGCM_debug_Print 1 "For newer physics with iflag_rrtm=1 and ok_suntime_rrtm=y, the solar constant is instead taken from solarforcing.nc file" 145 147 if [ -f SOLARANDVOLCANOES.txt ] ; then 146 148 value=`grep Annee_${year} SOLARANDVOLCANOES.txt | awk -F= '{print $2}'` -
CONFIG/UNIFORM/v6/diff_configurations.ksh
r3110 r3127 17 17 ConfigList=`ls |grep ${ConfigFamily} |grep -v out` 18 18 #ConfigList=$ConfigList" IPSLCM6 IPSLCM6CHT" 19 ConfigList="LMDZOR_v6 LMDZORSTRATAER_v6"19 ConfigList="LMDZOR_v6 IPSLCM6" 20 20 verbose=no 21 21 echo All configurations to tests : $ConfigList
Note: See TracChangeset
for help on using the changeset viewer.