Changeset 3701 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Mar 28, 2025, 5:52:58 PM (3 months ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
r3662 r3701 90 90 logical,save :: haze 91 91 logical,save :: output_writediagspecUV 92 character(len = 128),save :: reactfile 92 93 !$OMP THREADPRIVATE(photochem,photoheat,jonline,depos,output_writediagspecUV) 93 94 logical,save :: calllott_nonoro -
trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90
r3663 r3701 570 570 if (is_master) write(*,*)trim(rname)//": output_writediagspecUV = ",output_writediagspecUV 571 571 572 if (is_master) write(*,*)trim(rname)//": Chemical network file ?" 573 reactfile = 'network.def' ! default value 574 call getin_p("reactfile",reactfile) 575 if (is_master) write(*,*)trim(rname)//": chemical network file = ",trim(reactfile) 576 572 577 ! Global1D mean and solar zenith angle 573 578
Note: See TracChangeset
for help on using the changeset viewer.