Changeset 3106 for trunk/LMDZ.MARS/libf
- Timestamp:
- Oct 26, 2023, 11:30:35 AM (16 months ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3098 r3106 3890 3890 ENDDO 3891 3891 3892 CALL write_output("Waterdensity_soil", 3893 & "rhowater_soil",'kg.m-3', 3894 & rhowater_soil(:,:,iflat)) 3895 CALL write_output("Waterdensity_surface", 3896 & "rhowater_surface",'kg.m-3', 3897 & rhowater_surf(:,iflat)) 3892 3898 DO islope = 1,nslope 3893 3899 write(str2(1:2),'(i2.2)') islope -
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3098 r3106 1078 1078 c pdqsdif > 0 : ice condensing 1079 1079 c pdqsdif < 0 : ice subliming 1080 write(*,*) "subliming more than available frost: qsurf!"1080 c write(*,*) "subliming more than available frost: qsurf!" 1081 1081 zdqsdif(ig)= 1082 1082 & -zqsurf(ig)/subtimestep
Note: See TracChangeset
for help on using the changeset viewer.