Changeset 3504 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Nov 8, 2024, 10:57:14 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3501 r3504 726 726 ! at firstcall of callcorrk so we can output XspecIR, XspecVI 727 727 ! when using Dynamico 728 print*, "physiq_mod: Correlated-k data base folder:",trim(datadir)728 if (is_master) print*, "physiq_mod: Correlated-k data base folder:",trim(datadir) 729 729 call getin_p("corrkdir",corrkdir) 730 print*,"corrkdir = ", corrkdir730 if (is_master) print*,"corrkdir = ", corrkdir 731 731 write (tmp1, '(i4)') L_NSPECTI 732 732 write (tmp2, '(i4)') L_NSPECTV
Note: See TracChangeset
for help on using the changeset viewer.