Changeset 2635 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Timestamp:
- Mar 4, 2022, 6:29:05 PM (3 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/kcm1d.F90
r2470 r2635 8 8 use comsaison_h, only: mu0, fract, dist_star 9 9 use planete_mod 10 use callkeys_mod, only: check_cpp_match,pceil, tstrat, tracer, global1d10 use callkeys_mod, only: pceil, tstrat, tracer, global1d 11 11 use inifis_mod, only: inifis 12 12 use comcstfi_mod … … 267 267 write(*,*) " pceil = ", pceil 268 268 269 check_cpp_match = .false.270 call getin("check_cpp_match",check_cpp_match)271 if (check_cpp_match) then272 print*,"In 1D modeling, check_cpp_match is supposed to be F"273 print*,"Please correct callphys.def"274 stop275 endif276 277 278 269 !!! GEOGRAPHICAL INITIALIZATIONS 279 270 !!! AREA. useless in 1D -
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r2621 r2635 23 23 use time_phylmdz_mod, only: daysec, dtphys, day_step, ecritphy, 24 24 & nday, iphysiq 25 use callkeys_mod, only: tracer, check_cpp_match,rings_shadow,25 use callkeys_mod, only: tracer,rings_shadow, 26 26 & specOLR,water,pceil,ok_slab_ocean,photochem 27 27 USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff, sig, … … 360 360 endif ! of if (tracer) 361 361 362 !!! We have to check that check_cpp_match is F for 1D computations363 !!! We think this check is better than make a particular case for 1D in inifis or calc_cpp_mugaz364 check_cpp_match = .false.365 call getin("check_cpp_match",check_cpp_match)366 if (check_cpp_match) then367 print*,"In 1D modeling, check_cpp_match is supposed to be F"368 print*,"Please correct callphys.def"369 stop370 endif371 372 362 !!! GEOGRAPHICAL INITIALIZATIONS 373 363 !!! AREA. useless in 1D
Note: See TracChangeset
for help on using the changeset viewer.