Changeset 3110
- Timestamp:
- 01/31/17 19:12:40 (8 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/POST/monitoring01_lmdz.cfg
r3037 r3110 52 52 flat_global | "lat_ter pourc_ter lat_sic pourc_sic lat_lic pourc_lic lat_oce pourc_oce" | "" | "(lat_ter[d=1]*pourc_ter[d=2]+lat_sic[d=3]*pourc_sic[d=4]+lat_lic[d=5]*pourc_lic[d=6]+lat_oce[d=7]*pourc_oce[d=8])" | "Latent Heat Flux (GLOBAL)" | "W/m^2" | "aire[d=1]" 53 53 prw_global | "prw" | "" | "prw[d=1]" | "Precipitable water (GLOBAL)" | "kg/m^2" | "aire[d=1]" 54 od550aer_forcing | "od550aer" | "" | "od550aer[d=1]" | "Total aerosol optical depth at 550nm" | "-" | "aire[d=1]" 54 od550aer_tropo_forcing | "od550aer" | "" | "od550aer[d=1]" | "Total aerosol optical depth at 550nm" | "-" | "aire[d=1]" 55 od550aer_strat_forcing | "od550_strat" | "" | "od550_strat[d=1]" | "Aerosol optical depth at 550nm" | "-" | "aire[d=1]" 55 56 od550lt1aer_forcing | "od550lt1aer" | "" | "od550lt1aer[d=1]" | "Fine mode optical depth" | "-" | "aire[d=1]" 56 57 absvisaer_forcing | "absvisaer" | "" | "absvisaer[d=1]" | "Absorption aerosol visible optical depth" | "-" | "aire[d=1]" … … 61 62 tro3_strato_forcing | "tro3" | "" | "tro3[x=@din,y=@din,k=1:7@sum,d=1]" | "ozone strato k=1:7@sum" | "Mole" | "" 62 63 tro3_tropo_forcing | "tro3" | "" | "tro3[x=@din,y=@din,k=8:17@sum,d=1]" | "ozone trop k=8:17@sum" | "Mole" | "" 63 ## solaire_forcing | "solaire" | "" | "solaire[d=1]" | "Constante solaire" | "W/m^2" | "1" 64 ## co2_ppm_forcing | "co2_ppm" | "" | "co2_ppm[d=1]" | "Concentration du CO2" | "ppm" | "1" 65 ## CH4_ppb_forcing | "CH4_ppb" | "" | "CH4_ppb[d=1]" | "Concentration du CH4" | "ppb" | "1" 66 ## N2O_ppb_forcing | "N2O_ppb" | "" | "N2O_ppb[d=1]" | "Concentration du N2O" | "ppb" | "1" 67 ## CFC11_ppt_forcing | "CFC11_ppt" | "" | "CFC11_ppt[d=1]" | "Concentration du CFC11" | "ppt" | "1" 68 ## CFC12_ppt_forcing | "CFC12_ppt" | "" | "CFC12_ppt[d=1]" | "Concentration du CFC12" | "ppt" | "1" 64 solaire_forcing | "solaire" | "" | "solaire[d=1]" | "Constante solaire" | "W/m^2" | "1" 65 rsun1_forcing | "rsun1" | "" | "rsun1[d=1]" | "Fraction bande 1" | "-" | "1" 66 co2_ppm_forcing | "co2_ppm" | "" | "co2_ppm[d=1]" | "Concentration du CO2" | "ppm" | "1" 67 CH4_ppb_forcing | "CH4_ppb" | "" | "CH4_ppb[d=1]" | "Concentration du CH4" | "ppb" | "1" 68 N2O_ppb_forcing | "N2O_ppb" | "" | "N2O_ppb[d=1]" | "Concentration du N2O" | "ppb" | "1" 69 CFC11_ppt_forcing | "CFC11_ppt" | "" | "CFC11_ppt[d=1]" | "Concentration du CFC11" | "ppt" | "1" 70 CFC12_ppt_forcing | "CFC12_ppt" | "" | "CFC12_ppt[d=1]" | "Concentration du CFC12" | "ppt" | "1" 69 71 ## R_ecc_forcing | "R_ecc" | "" | "R_ecc[d=1]" | "Excentricite" | "-" | "1" 70 72 ## R_peri_forcing | "R_peri" | "" | "R_peri[d=1]" | "Equinoxe" | "-" | "1" -
CONFIG/UNIFORM/v6/diff_configurations.ksh
r3041 r3110 17 17 ConfigList=`ls |grep ${ConfigFamily} |grep -v out` 18 18 #ConfigList=$ConfigList" IPSLCM6 IPSLCM6CHT" 19 ConfigList=" IPSLCM6 LMDZOR_v6"19 ConfigList="LMDZOR_v6 LMDZORSTRATAER_v6" 20 20 verbose=no 21 21 echo All configurations to tests : $ConfigList
Note: See TracChangeset
for help on using the changeset viewer.