Ignore:
Timestamp:
Oct 26, 2023, 11:57:47 AM (14 months ago)
Author:
jbclement
Message:

Mars PCM:
Few small fixes following r3098.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F

    r3106 r3107  
    11101110              ENDIF
    11111111              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))
    11131114              call write_output('subtimestep',
    1114      &                '','',subtimestep)
     1115     &                'vdifc substimestep length','s',subtimestep)
    11151116             ! ENDDO !subsurface ice subslope
    11161117
     
    12841285
    12851286         call write_output("surf_h2o_lh",
    1286      &                          "Ground ice latent heat flux",
    1287      &                               "W.m-2",surf_h2o_lh(:,iflat))
    1288                        call write_output('zdq_subtimestep',
    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(:))
    12941295C       Diagnostic output for HDO
    12951296!        if (hdo) then
Note: See TracChangeset for help on using the changeset viewer.