Ignore:
Timestamp:
Apr 26, 2023, 11:01:44 AM (21 months ago)
Author:
romain.vande
Message:

MARS PCM: Following r2942, small modification to output inertiesoil as a subslope variable in the startfi.nc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/iostart.F90

    r2926 r2946  
    860860          endif
    861861          ! Write the variable
    862           if(field_name.eq. "tsoil") then
     862          if(field_name.eq. "tsoil" .or. field_name.eq. "inertiesoil") then
    863863
    864864          field_glo_reshape=RESHAPE(field_glo, (/klon_glo, nsoilmx, nslope, timeindex/))
Note: See TracChangeset for help on using the changeset viewer.