Changeset 5683 for LMDZ6/trunk


Ignore:
Timestamp:
May 26, 2025, 4:15:57 PM (13 days ago)
Author:
Laurent Fairhead
Message:

Solving convergence in restartphy when those variables are not computed

File:
1 edited

Legend:

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

    r5680 r5683  
    750750!GG
    751751      ALLOCATE(hice(klon))
     752      hice(:) = 0.
    752753      ALLOCATE(tice(klon))
     754      tice(:) = 0.
    753755      ALLOCATE(bilg_cumul(klon))
     756      bilg_cumul(:) = 0.
    754757!GG
    755758!cloud base mass flux
Note: See TracChangeset for help on using the changeset viewer.