Ignore:
Timestamp:
Mar 4, 2022, 6:29:05 PM (3 years ago)
Author:
aslmd
Message:

Introduction of cpp_mugaz_mode to decide what source should be used for cpp and mugaz. Force_cpp and check_cpp_match are deprecated (see issue la-communaut-des-mod-les-atmosph-riques-plan-taires/git-trunk#27).

Location:
trunk/LMDZ.GENERIC/libf/phystd/dyn1d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/kcm1d.F90

    r2470 r2635  
    88  use comsaison_h, only: mu0, fract, dist_star
    99  use planete_mod
    10   use callkeys_mod, only: check_cpp_match, pceil, tstrat, tracer, global1d
     10  use callkeys_mod, only: pceil, tstrat, tracer, global1d
    1111  use inifis_mod, only: inifis
    1212  use comcstfi_mod
     
    267267  write(*,*) " pceil = ", pceil
    268268
    269   check_cpp_match = .false.
    270   call getin("check_cpp_match",check_cpp_match)
    271   if (check_cpp_match) then
    272      print*,"In 1D modeling, check_cpp_match is supposed to be F"
    273      print*,"Please correct callphys.def"
    274      stop
    275   endif
    276 
    277 
    278269!!! GEOGRAPHICAL INITIALIZATIONS
    279270     !!! AREA. useless in 1D
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r2621 r2635  
    2323      use time_phylmdz_mod, only: daysec, dtphys, day_step, ecritphy,
    2424     &                            nday, iphysiq
    25       use callkeys_mod, only: tracer,check_cpp_match,rings_shadow,
     25      use callkeys_mod, only: tracer,rings_shadow,
    2626     &                        specOLR,water,pceil,ok_slab_ocean,photochem
    2727      USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff, sig,
     
    360360      endif ! of if (tracer)
    361361
    362 !!! We have to check that check_cpp_match is F for 1D computations
    363 !!! We think this check is better than make a particular case for 1D in inifis or calc_cpp_mugaz
    364       check_cpp_match = .false.
    365       call getin("check_cpp_match",check_cpp_match)
    366       if (check_cpp_match) then
    367           print*,"In 1D modeling, check_cpp_match is supposed to be F"
    368           print*,"Please correct callphys.def"
    369           stop
    370       endif
    371 
    372362!!! GEOGRAPHICAL INITIALIZATIONS
    373363     !!! AREA. useless in 1D
Note: See TracChangeset for help on using the changeset viewer.