Changeset 2299 for trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
- Timestamp:
- Apr 27, 2020, 4:39:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r2297 r2299 22 22 use planetwide_mod, only: planetwide_sumval 23 23 use callkeys_mod 24 use ioipsl_getin_p_mod, only : getin_p 24 25 use mod_phys_lmdz_para, only : is_parallel 25 26 … … 290 291 write(*,*) " calladj = ",calladj 291 292 293 write(*,*)"call Lott's non-oro GWs parameterisation scheme ?" 294 calllott_nonoro=.false. ! default value 295 call getin_p("calllott_nonoro",calllott_nonoro) 296 write(*,*)" calllott_nonoro = ",calllott_nonoro 297 298 write(*,*)"Max Value of EP flux at launching altitude" 299 epflux_max=0.0 ! default value 300 call getin_p("epflux_max",epflux_max) 301 write(*,*)"epflux_max = ",epflux_max 302 292 303 write(*,*) "call thermal plume model ?" 293 304 calltherm=.false. ! default value
Note: See TracChangeset
for help on using the changeset viewer.