Ignore:
Timestamp:
Mar 3, 2024, 2:34:25 AM (3 months ago)
Author:
fhourdin
Message:

Suite poches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_wake_ini.F90

    r4744 r4842  
    4848  INTEGER, SAVE, PROTECTED                                    :: iflag_wk_profile
    4949  !$OMP THREADPRIVATE(iflag_wk_profile)
     50
     51  INTEGER, SAVE, PROTECTED                                    :: iflag_wk_new_ptop
     52  !$OMP THREADPRIVATE(iflag_wk_new_ptop)
    5053
    5154  REAL, SAVE, PROTECTED                                       :: wdensinit ! Minimum wake density used to restart wakes from a wake-free state
     
    212215  CALL getin_p('iflag_wk_profile',iflag_wk_profile) ! switch between wdens prescribed
    213216                                                    ! and wdens prognostic
     217  iflag_wk_profile = 0
     218  CALL getin_p('iflag_wk_new_ptop',iflag_wk_new_ptop)
     219
    214220  tau_cv = 4000.
    215221  CALL getin_p('tau_cv', tau_cv)
Note: See TracChangeset for help on using the changeset viewer.