Changeset 3877


Ignore:
Timestamp:
Apr 21, 2021, 9:09:52 AM (3 years ago)
Author:
acozic
Message:

cancel rev [3777] : create_etat0_limit in dynamico case was not run any more. The call to create_etat0_limit_unstruct need to be done after the xios_calendar_update.
With this new commit results are not modified for create_etat0_limit in lon,lat grid (check limit.nc, start.nc, starphy.nc), and for lmdzor simulation (check restart.nc, histmth.nc after 1 month)
(Anne C.)

File:
1 edited

Legend:

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

    r3872 r3877  
    15231523       ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    15241524       CALL init_iophy_new(latitude_deg,longitude_deg)
    1525        CALL create_etat0_limit_unstruct
    1526        CALL phyetat0 ("startphy.nc",clesphy0,tabcntr0)
    15271525
    15281526          !===================================================================
     
    17211719#endif
    17221720       IF(read_climoz>=1 .AND. create_etat0_limit) CALL regr_horiz_time_climoz(read_climoz,ok_daily_climoz)
     1721       CALL create_etat0_limit_unstruct
     1722       CALL phyetat0 ("startphy.nc",clesphy0,tabcntr0)
    17231723
    17241724!jyg<
Note: See TracChangeset for help on using the changeset viewer.