Changeset 4933
- Timestamp:
- May 4, 2024, 1:03:50 PM (7 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/scm.F90
r4744 r4933 16 16 zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, ql_ancien, qs_ancien, & 17 17 prlw_ancien, prsw_ancien, prw_ancien, & 18 u10m,v10m,ale_wake,ale_bl_stat 18 u10m,v10m,ale_wake,ale_bl_stat, ratqs_inter_ 19 19 20 20 … … 685 685 ale_wake=0. 686 686 ale_bl_stat=0. 687 ratqs_inter_(:,:)= 0.002 687 688 688 689 !------------------------------------------------------------------------ -
LMDZ6/trunk/libf/phylmd/phys_state_var_mod.F90
r4932 r4933 772 772 ALLOCATE(ale_bl_trig(klon)) 773 773 ALLOCATE(ratqs_inter_(klon,klev)) 774 ratqs_inter_(:,:)=0.775 774 IF (ok_gwd_rando) THEN 776 775 ALLOCATE(du_gwd_rando(klon, klev))
Note: See TracChangeset
for help on using the changeset viewer.