Ignore:
Timestamp:
Jul 2, 2020, 3:42:25 PM (5 years ago)
Author:
cmathe
Message:

physiq_mod: writediagfi 0 => 1

File:
1 edited

Legend:

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

    r2383 r2384  
    37213721
    37223722        ENDIF ! hdo
    3723 
     3723      write(*,*)'ok'
    37243724      if (co2clouds) then
     3725       write(*,*)'i am here'
    37253726        call WRITEDIAGFI(ngrid,'mtotco2',
    37263727     &                   'total mass of CO2, including ice surf',
    3727      &                   'kg/m2',0,mtotco2)
     3728     &                   'kg/m2',1,mtotco2)
    37283729
    37293730        call WRITEDIAGFI(ngrid,'vaptotco2',
    37303731     &                   'total mass of CO2 vapor',
    3731      &                   'kg/m2',0,vaptotco2)
     3732     &                   'kg/m2',1,vaptotco2)
    37323733
    37333734        call WRITEDIAGFI(ngrid,'icetotco2',
    37343735     &                   'total mass of CO2 ice',
    3735      &                   'kg/m2',0,icetotco2)
     3736     &                   'kg/m2',1,icetotco2)
    37363737      end if
    37373738      co2totB = 0. ! added by C.M.
     
    37473748      call WRITEDIAGFI(ngrid,'co2conservation',
    37483749     &                   'Total CO2 mass conservation in physic',
    3749      &                   '%',0,(co2totA-co2totB)/co2totA)
     3750     &                   '%',1,(co2totA-co2totB)/co2totA)
    37503751      call test_vmr(pq(:,:,igcm_co2), pdq(:,:,igcm_co2), ptimestep,
    37513752     &               ngrid, nlayer, 'end physiq_mod')
Note: See TracChangeset for help on using the changeset viewer.