Ignore:
Timestamp:
Jan 30, 2017, 10:58:17 AM (7 years ago)
Author:
Laurent Fairhead
Message:

Modifications to ensure that config.def file remains compatible with old physics in modispl configurations
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/conf_phys_m.F90

    r2738 r2785  
    398398    flag_aerosol_omp = 0
    399399    CALL getin('flag_aerosol',flag_aerosol_omp)
    400     !
    401     !Config Key  = flag_aerosol_strat
    402     !Config Desc = use stratospheric aerosols 0, 1, 2
    403     ! - 0 = no stratospheric aerosols
    404     ! - 1 = stratospheric aerosols scaled from 550 nm AOD
    405     ! - 2 = stratospheric aerosol properties from CMIP6
    406     !Config Def  = 0
    407     !Config Help = Used in physiq.F
    408     !
    409     !
    410     flag_aerosol_strat_omp = 0
    411     CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
    412400
    413401    !
     
    556544    solaire_omp = 1365.
    557545    CALL getin('solaire', solaire_omp)
    558     !
    559     !Config Key  = ok_sun_time
    560     !Config Desc = oui ou non variabilite solaire
    561     !Config Def  = .FALSE.
    562     !Config Help =
    563     !
    564     !
    565     !valeur AMIP II
    566     ok_suntime_rrtm_omp = .FALSE.
    567     CALL getin('ok_suntime_rrtm',ok_suntime_rrtm_omp)
    568546    !
    569547    !Config Key  = co2_ppm
     
    1006984    CALL getin('ok_chlorophyll',ok_chlorophyll_omp)
    1007985    !albedo SB <<<
     986    !
     987    !Config Key  = ok_sun_time
     988    !Config Desc = oui ou non variabilite solaire
     989    !Config Def  = .FALSE.
     990    !Config Help =
     991    !
     992    !
     993    !valeur AMIP II
     994    ok_suntime_rrtm_omp = .FALSE.
     995    IF (iflag_rrtm_omp==1) THEN
     996      CALL getin('ok_suntime_rrtm',ok_suntime_rrtm_omp)
     997    ENDIF
     998    !
     999    !Config Key  = flag_aerosol_strat
     1000    !Config Desc = use stratospheric aerosols 0, 1, 2
     1001    ! - 0 = no stratospheric aerosols
     1002    ! - 1 = stratospheric aerosols scaled from 550 nm AOD
     1003    ! - 2 = stratospheric aerosol properties from CMIP6
     1004    !Config Def  = 0
     1005    !Config Help = Used in physiq.F
     1006    !
     1007    !
     1008    flag_aerosol_strat_omp = 0
     1009    IF (iflag_rrtm_omp==1) THEN
     1010      CALL getin('flag_aerosol_strat',flag_aerosol_strat_omp)
     1011    ENDIF
    10081012
    10091013    !
Note: See TracChangeset for help on using the changeset viewer.