Changeset 2245 for trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
- Timestamp:
- Feb 24, 2020, 6:55:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/inifis_mod.F90
r2241 r2245 288 288 write(*,*) " continuum = ",continuum 289 289 290 write(*,*) "version for H2H2 CIA file ?" 291 versH2H2cia=2011 ! default value (should be 2018 but retrocompatibility first) 292 call getin_p("versH2H2cia",versH2H2cia) 293 write(*,*) " versH2H2cia = ",versH2H2cia 294 ! Sanity check 295 if (versH2H2cia.ne.2011 .and. versH2H2cia.ne.2018) then 296 print*,'Error: Choose a correct value (2011 or 2018) for versH2H2cia !' 297 call abort 298 endif 299 290 300 write(*,*) "call turbulent vertical diffusion ?" 291 301 calldifv=.true. ! default value
Note: See TracChangeset
for help on using the changeset viewer.