Ignore:
Timestamp:
Apr 2, 2025, 9:03:47 AM (3 months ago)
Author:
emillour
Message:

Common dynamics:
Add initialization of "dscrpt_tab_cntrl(:)" (strings of descriptors
incluede in restart.nc to describe contents of controle array) to
empty strings, since in some cases they are not filled.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.COMMON/libf/dyn3dpar/dynredem_p.F90 ΒΆ

    r3638 r3706  
    9797  tab_cntrl(:)  = 0.
    9898  allocate(dscrpt_tab_cntrl(ldscrpt))
     99  !Initialize dscrpt_tab_cntrl(:) to empty strings
     100  dscrpt_tab_cntrl(:)=""
     101
    99102  dscrpt_tab_cntrl(1:5) = (/                        &
    100103      "(1)  Number of nodes along longitude      ", &
Note: See TracChangeset for help on using the changeset viewer.