Changeset 2655 for trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
- Timestamp:
- Mar 30, 2022, 12:19:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r2635 r2655 259 259 260 260 if (is_master) write(*,*) trim(rname)//& 261 ": prohibit calculations outside H2H2CIA T grid?"262 strictbound H2H2cia=.true. ! default value263 call getin_p("strictbound H2H2cia",strictboundH2H2cia)264 if (is_master) write(*,*) trim(rname)//& 265 ": strictbound H2H2cia = ",strictboundH2H2cia261 ": prohibit calculations outside CIA T grid?" 262 strictboundcia=.true. ! default value 263 call getin_p("strictboundcia",strictboundcia) 264 if (is_master) write(*,*) trim(rname)//& 265 ": strictboundcia = ",strictboundcia 266 266 267 267 if (is_master) write(*,*) trim(rname)//& … … 304 304 if (versH2H2cia.ne.2011 .and. versH2H2cia.ne.2018) then 305 305 call abort_physic(rname,"Error: Choose a correct value (2011 or 2018) for versH2H2cia !",1) 306 endif 306 endif 307 308 if (is_master) write(*,*) trim(rname)//& 309 ": CIA - normal or equilibrium ortho-para mixture for H2?" 310 H2orthopara_mixture = 'normal' 311 call getin_p("H2orthopara_mixture",H2orthopara_mixture) 312 if (is_master) write(*,*)trim(rname)//& 313 ": H2orthopara_mixture = ",trim(H2orthopara_mixture) 307 314 308 315 if (is_master) write(*,*) trim(rname)//&
Note: See TracChangeset
for help on using the changeset viewer.