Changeset 2635 for trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90
- Timestamp:
- Mar 4, 2022, 6:29:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90
r2548 r2635 61 61 use comcstfi_mod, only: rad, omeg, g, mugaz, rcp, cpp, r 62 62 use time_phylmdz_mod, only: dtphys, daysec 63 use callkeys_mod, only: c heck_cpp_match,force_cpp63 use callkeys_mod, only: cpp_mugaz_mode 64 64 implicit none 65 65 … … 494 494 else if (modif(1:len_trim(modif)).eq.'calc_cpp_mugaz') then 495 495 write(*,*) 'current value rcp, mugaz:',rcp,mugaz 496 check_cpp_match=.false. 497 force_cpp=.false. 498 call su_gases 499 call calc_cpp_mugaz 496 cpp_mugaz_mode = 2 497 call su_gases 498 call calc_cpp_mugaz 500 499 write(*,*) 501 500 write(*,*) ' cpp (new value):',cpp
Note: See TracChangeset
for help on using the changeset viewer.