Changeset 2946
- Timestamp:
- Apr 26, 2023, 11:01:44 AM (19 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2940 r2946 4007 4007 on Irene-Rome supercomputer following OS upgrade to Red Hat 8. 4008 4008 4009 == 26/04/23 == RV 4010 Following r2942, small modification to output inertiesoil as a subslope variable in the startfi.nc 4011 -
trunk/LMDZ.MARS/libf/phymars/iostart.F90
r2926 r2946 860 860 endif 861 861 ! Write the variable 862 if(field_name.eq. "tsoil" ) then862 if(field_name.eq. "tsoil" .or. field_name.eq. "inertiesoil") then 863 863 864 864 field_glo_reshape=RESHAPE(field_glo, (/klon_glo, nsoilmx, nslope, timeindex/))
Note: See TracChangeset
for help on using the changeset viewer.