Changeset 3107 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Oct 26, 2023, 11:57:47 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3106 r3107 1110 1110 ENDIF 1111 1111 call write_output('zdqsdif_ssi_frost', 1112 & '','',zdqsdif_ssi_frost(ig,1)) 1112 & 'Flux between frost and subsurface','kg.m-2.s-1', 1113 & zdqsdif_ssi_frost(ig,1)) 1113 1114 call write_output('subtimestep', 1114 & ' ','',subtimestep)1115 & 'vdifc substimestep length','s',subtimestep) 1115 1116 ! ENDDO !subsurface ice subslope 1116 1117 … … 1284 1285 1285 1286 call write_output("surf_h2o_lh", 1286 & 1287 & 1288 1289 & '','',zdqsdif(:)*subtimestep)1290 call write_output('zdq_end',1291 & '','',zdqsdif(:))1292 call write_output('vdifc_subtimestep',1293 & '','',subtimestep)1287 & "Ground ice latent heat flux", 1288 & "W.m-2",surf_h2o_lh(:,iflat)) 1289 call write_output('zdq_subtimestep', 1290 & 'Actual flux zdqsdif*subtimestep', 1291 & 'kg.m-2',zdqsdif(:)*subtimestep) 1292 call write_output('zdq_end', 1293 & 'Flux after all contributions', 1294 & 'kg.m-2.s-1',zdqsdif(:)) 1294 1295 C Diagnostic output for HDO 1295 1296 ! if (hdo) then
Note: See TracChangeset
for help on using the changeset viewer.