Ignore:
Timestamp:
May 4, 2021, 10:23:43 AM (4 years ago)
Author:
romain.vande
Message:

Mars Dynamico : _ update of r2507: correct ztime_fin for dynamico

_ Test for no writting Diagfi for Dynamico
_ Correction for Xios output : Change of calendar : start_date=0 as a diagfi, timestep for output physic=1s, day_length=ndtphys, it is needed to have output in days in the xml to have the correct time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/writediagfi.F

    r2311 r2514  
    4545     &                               is_master, gather
    4646      USE mod_grid_phy_lmdz, only : klon_glo, Grid1Dto2D_glo,
    47      &                              nbp_lon, nbp_lat, nbp_lev
     47     &                              nbp_lon, nbp_lat, nbp_lev,
     48     &                              grid_type, unstructured
    4849      implicit none
    4950
     
    114115      real areafi_glo(ngrid) ! mesh area on global physics grid
    115116#endif
     117
     118      if (grid_type==unstructured) then
     119           return
     120      endif
    116121
    117122!***************************************************************
Note: See TracChangeset for help on using the changeset viewer.