Changeset 2946 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 26, 2023, 11:01:44 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.