Changeset 1816
- Timestamp:
- 07/17/12 16:50:51 (12 years ago)
- Location:
- CONFIG/UNIFORM/v5
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/lmdz.driver
r1804 r1816 378 378 379 379 # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ]; then380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 381 381 LMDZ_sed config.def ok_ade n 382 382 LMDZ_sed config.def ok_aie n 383 LMDZ_sed config.def aerosol_couple n 383 384 LMDZ_sed config.def read_climoz 0 385 elif [ X${config_ListOfComponents_CHM} = Xinca ]; then 386 case ${CHEM} in 387 AER) 388 LMDZ_sed config.def ok_ade y 389 LMDZ_sed config.def ok_aie n 390 LMDZ_sed config.def aerosol_couple y 391 LMDZ_sed config.def read_climoz 0 392 ;; 393 NMHC_AER) 394 LMDZ_sed config.def ok_ade y 395 LMDZ_sed config.def ok_aie n 396 LMDZ_sed config.def aerosol_couple y 397 LMDZ_sed config.def read_climoz 0 398 ;; 399 GES) 400 LMDZ_sed config.def ok_ade n 401 LMDZ_sed config.def ok_aie n 402 LMDZ_sed config.def aerosol_couple n 403 LMDZ_sed config.def read_climoz 0 404 esac 405 384 406 else 385 407 LMDZ_sed config.def ok_ade y 386 408 LMDZ_sed config.def ok_aie y 409 LMDZ_sed config.def aerosol_couple n 387 410 LMDZ_sed config.def read_climoz 2 388 411 fi -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/config.def_L19
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=1 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/config.def_actuel
r1690 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/config.def_annuel
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=annuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/config.def_preind
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=preind 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/DRIVER/lmdz.driver
r1804 r1816 378 378 379 379 # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ]; then380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 381 381 LMDZ_sed config.def ok_ade n 382 382 LMDZ_sed config.def ok_aie n 383 LMDZ_sed config.def aerosol_couple n 383 384 LMDZ_sed config.def read_climoz 0 385 elif [ X${config_ListOfComponents_CHM} = Xinca ]; then 386 case ${CHEM} in 387 AER) 388 LMDZ_sed config.def ok_ade y 389 LMDZ_sed config.def ok_aie n 390 LMDZ_sed config.def aerosol_couple y 391 LMDZ_sed config.def read_climoz 0 392 ;; 393 NMHC_AER) 394 LMDZ_sed config.def ok_ade y 395 LMDZ_sed config.def ok_aie n 396 LMDZ_sed config.def aerosol_couple y 397 LMDZ_sed config.def read_climoz 0 398 ;; 399 GES) 400 LMDZ_sed config.def ok_ade n 401 LMDZ_sed config.def ok_aie n 402 LMDZ_sed config.def aerosol_couple n 403 LMDZ_sed config.def read_climoz 0 404 esac 405 384 406 else 385 407 LMDZ_sed config.def ok_ade y 386 408 LMDZ_sed config.def ok_aie y 409 LMDZ_sed config.def aerosol_couple n 387 410 LMDZ_sed config.def read_climoz 2 388 411 fi -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/config.def_L19
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=1 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/config.def_actuel
r1690 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/config.def_annuel
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=annuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/config.def_preind
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=preind 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/DRIVER/lmdz.driver
r1804 r1816 378 378 379 379 # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ]; then380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 381 381 LMDZ_sed config.def ok_ade n 382 382 LMDZ_sed config.def ok_aie n 383 LMDZ_sed config.def aerosol_couple n 383 384 LMDZ_sed config.def read_climoz 0 385 elif [ X${config_ListOfComponents_CHM} = Xinca ]; then 386 case ${CHEM} in 387 AER) 388 LMDZ_sed config.def ok_ade y 389 LMDZ_sed config.def ok_aie n 390 LMDZ_sed config.def aerosol_couple y 391 LMDZ_sed config.def read_climoz 0 392 ;; 393 NMHC_AER) 394 LMDZ_sed config.def ok_ade y 395 LMDZ_sed config.def ok_aie n 396 LMDZ_sed config.def aerosol_couple y 397 LMDZ_sed config.def read_climoz 0 398 ;; 399 GES) 400 LMDZ_sed config.def ok_ade n 401 LMDZ_sed config.def ok_aie n 402 LMDZ_sed config.def aerosol_couple n 403 LMDZ_sed config.def read_climoz 0 404 esac 405 384 406 else 385 407 LMDZ_sed config.def ok_ade y 386 408 LMDZ_sed config.def ok_aie y 409 LMDZ_sed config.def aerosol_couple n 387 410 LMDZ_sed config.def read_climoz 2 388 411 fi -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/config.def_Anne
r1758 r1816 41 41 ### ok_aie=y/n flag Aerosol indirect effect 42 42 ok_aie=_AUTO_ 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 43 ### aerosol coupling = online (y) or offline (n) 44 aerosol_couple=_AUTO_ 45 ### If aerosol offline : aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 46 aer_type=scenario 45 47 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/config.def_L19
r1696 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=1 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/config.def_actuel
r1690 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/config.def_annuel
r1696 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=annuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/config.def_preind
r1696 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=preind 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/DRIVER/lmdz.driver
r1804 r1816 378 378 379 379 # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ]; then380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 381 381 LMDZ_sed config.def ok_ade n 382 382 LMDZ_sed config.def ok_aie n 383 LMDZ_sed config.def aerosol_couple n 383 384 LMDZ_sed config.def read_climoz 0 385 elif [ X${config_ListOfComponents_CHM} = Xinca ]; then 386 case ${CHEM} in 387 AER) 388 LMDZ_sed config.def ok_ade y 389 LMDZ_sed config.def ok_aie n 390 LMDZ_sed config.def aerosol_couple y 391 LMDZ_sed config.def read_climoz 0 392 ;; 393 NMHC_AER) 394 LMDZ_sed config.def ok_ade y 395 LMDZ_sed config.def ok_aie n 396 LMDZ_sed config.def aerosol_couple y 397 LMDZ_sed config.def read_climoz 0 398 ;; 399 GES) 400 LMDZ_sed config.def ok_ade n 401 LMDZ_sed config.def ok_aie n 402 LMDZ_sed config.def aerosol_couple n 403 LMDZ_sed config.def read_climoz 0 404 esac 405 384 406 else 385 407 LMDZ_sed config.def ok_ade y 386 408 LMDZ_sed config.def ok_aie y 409 LMDZ_sed config.def aerosol_couple n 387 410 LMDZ_sed config.def read_climoz 2 388 411 fi -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/PARAM/config.def_L19
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=1 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/PARAM/config.def_actuel
r1690 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/PARAM/config.def_annuel
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=annuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/PARAM/config.def_preind
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=preind 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/DRIVER/lmdz.driver
r1804 r1816 378 378 379 379 # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ]; then380 if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 381 381 LMDZ_sed config.def ok_ade n 382 382 LMDZ_sed config.def ok_aie n 383 LMDZ_sed config.def aerosol_couple n 383 384 LMDZ_sed config.def read_climoz 0 385 elif [ X${config_ListOfComponents_CHM} = Xinca ]; then 386 case ${CHEM} in 387 AER) 388 LMDZ_sed config.def ok_ade y 389 LMDZ_sed config.def ok_aie n 390 LMDZ_sed config.def aerosol_couple y 391 LMDZ_sed config.def read_climoz 0 392 ;; 393 NMHC_AER) 394 LMDZ_sed config.def ok_ade y 395 LMDZ_sed config.def ok_aie n 396 LMDZ_sed config.def aerosol_couple y 397 LMDZ_sed config.def read_climoz 0 398 ;; 399 GES) 400 LMDZ_sed config.def ok_ade n 401 LMDZ_sed config.def ok_aie n 402 LMDZ_sed config.def aerosol_couple n 403 LMDZ_sed config.def read_climoz 0 404 esac 405 384 406 else 385 407 LMDZ_sed config.def ok_ade y 386 408 LMDZ_sed config.def ok_aie y 409 LMDZ_sed config.def aerosol_couple n 387 410 LMDZ_sed config.def read_climoz 2 388 411 fi -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/PARAM/config.def_L19
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=1 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/PARAM/config.def_actuel
r1690 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=actuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/PARAM/config.def_annuel
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=annuel 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995) -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/PARAM/config.def_preind
r1698 r1816 43 43 ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel 44 44 aer_type=preind 45 ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 45 ### aerosol coupling = online (y) or offline (n) 46 aerosol_couple=_AUTO_ 47 ### If aerosol offline : type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol 46 48 flag_aerosol=6 47 49 ### bl95_b0 = Parameter in CDNC-maer link (Boucher&Lohmann 1995)
Note: See TracChangeset
for help on using the changeset viewer.