Changeset 3122 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Nov 10, 2023, 4:48:52 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3115 r3122 3890 3890 ENDDO 3891 3891 3892 CALL write_output(" Waterdensity_soil",3892 CALL write_output("waterdensity_soil", 3893 3893 & "rhowater_soil",'kg.m-3', 3894 3894 & rhowater_soil(:,:,iflat)) 3895 CALL write_output(" Waterdensity_surface",3895 CALL write_output("waterdensity_surface", 3896 3896 & "rhowater_surface",'kg.m-3', 3897 3897 & rhowater_surf(:,iflat)) 3898 3898 DO islope = 1,nslope 3899 3899 write(str2(1:2),'(i2.2)') islope 3900 CALL write_output(" Waterdensity_soil_slope"//str2,3900 CALL write_output("waterdensity_soil_slope"//str2, 3901 3901 & "rhowater_soil_slope"//str2,'kg.m-3', 3902 3902 & rhowater_soil(:,:,islope)) 3903 CALL write_output(" Waterdensity_surface"//str2,3903 CALL write_output("waterdensity_surface"//str2, 3904 3904 & "rhowater_surface"//str2,'kg.m-3', 3905 3905 & rhowater_surf(:,islope))
Note: See TracChangeset
for help on using the changeset viewer.