Ignore:
Timestamp:
Jul 6, 2021, 9:16:14 AM (3 years ago)
Author:
jyg
Message:

Bug fixes concerning various variables ill-initialized, ill-used, ill-printed, or ill-placed.
+ cv_gen moved from phys_local_var_mod.F90 to phys_state_var_mod.F90; ==> changes in physiq_mod.F90
and phys_output_write.F90
+ awake_dens added in phys_state_var_mod.F90
+ cv_gen and awake_dens now initialized in phyetat0.F90 and written in phyredem.F90
+ cv_gen, awake_dens, and solswfdiff now initialized in old_lmdz1d.F90 and scm.F90
+ useless variables suppressed in pbl_surface_mod.F90.

File:
1 edited

Legend:

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

    r3888 r3956  
    390390      REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: proba_notrig, random_notrig
    391391!$OMP THREADPRIVATE(proba_notrig, random_notrig)
    392       REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: cv_gen
    393 !$OMP THREADPRIVATE(cv_gen)
    394392      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: fsolsw, wfbils, wfbilo
    395393!$OMP THREADPRIVATE(fsolsw, wfbils, wfbilo)
     
    765763      alp_bl_stat(:)=0
    766764      ALLOCATE(proba_notrig(klon), random_notrig(klon))
    767       ALLOCATE(cv_gen(klon))
    768765
    769766      ALLOCATE(dnwd0(klon, klev))
     
    10601057      DEALLOCATE(alp_bl_stat, n2, s2)
    10611058      DEALLOCATE(proba_notrig, random_notrig)
    1062       DEALLOCATE(cv_gen)
    10631059
    10641060      DEALLOCATE(dnwd0)
Note: See TracChangeset for help on using the changeset viewer.