Changeset 5683 for LMDZ6/trunk
- Timestamp:
- May 26, 2025, 4:15:57 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_state_var_mod.F90
r5680 r5683 750 750 !GG 751 751 ALLOCATE(hice(klon)) 752 hice(:) = 0. 752 753 ALLOCATE(tice(klon)) 754 tice(:) = 0. 753 755 ALLOCATE(bilg_cumul(klon)) 756 bilg_cumul(:) = 0. 754 757 !GG 755 758 !cloud base mass flux
Note: See TracChangeset
for help on using the changeset viewer.