Ignore:
Timestamp:
Apr 17, 2025, 9:45:14 AM (3 months ago)
Author:
emillour
Message:

Mars PCM:
Turn "callkeys.h" into module "callkeys_mod.F90"
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.MARS/libf/phymars/read_dust_scenario_mod.F90

    r2921 r3726  
    1515use planete_h, only: year_day
    1616USE mod_phys_lmdz_transfert_para, ONLY: bcast
     17use callkeys_mod, only: iaervar, dustinjection, swrtype
     18
    1719implicit none
    18 
    19 include "callkeys.h"
    2020
    2121integer, intent(in) :: ngrid,nlayer
     
    6666   radeg=180/pi
    6767   
    68    ! assimilated dust file: (NB: iaervar is a common in "callkeys.h")
    6968   ! iaervar=4 means read dust_tes.nc file
    7069   ! iaervar=6 means read dust_cold.nc file
     
    386385endif
    387386
    388 if (swrtype.eq.1) then ! Fouquart (NB: swrtype is set in callkeys.h)
     387if (swrtype.eq.1) then ! Fouquart (NB: swrtype is set in callkeys_mod)
    389388 ! when using old radiative transfer (like in MCD 4.x)
    390389 ! needed to decrease opacity (*0.825) to compensate overestimation of
Note: See TracChangeset for help on using the changeset viewer.