Changeset 2946


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

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

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2940 r2946  
    40074007on Irene-Rome supercomputer following OS upgrade to Red Hat 8.
    40084008
     4009== 26/04/23 == RV
     4010Following r2942, small modification to output inertiesoil as a subslope variable in the startfi.nc
     4011
  • 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.