Changeset 4086 for LMDZ6/trunk


Ignore:
Timestamp:
Mar 9, 2022, 3:43:04 PM (2 years ago)
Author:
lguez
Message:

Bug fix: define rneb_ancien

Define rneb_ancien in etat0phys_netcdf. This is the same kind of
bug than the one fixed in revision [4034]. Every variable added to the
restart file by phyredem should be defined in etat0phys_netcdf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r4034 r4086  
    9494  USE init_ssrf_m, ONLY: start_init_subsurf
    9595  USE phys_state_var_mod, ONLY: beta_aridity, delta_tsurf, awake_dens, cv_gen, &
    96        ratqs_inter
     96       ratqs_inter, rneb_ancien
    9797  !use ioipsl_getincom
    9898  IMPLICIT NONE
     
    286286
    287287  ratqs_inter = 0.002
     288  rneb_ancien = 0.
    288289  CALL phyredem( "startphy.nc" )
    289290
Note: See TracChangeset for help on using the changeset viewer.