Changeset 2382 for trunk


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

physiq_mod: line 658 misleading?

File:
1 edited

Legend:

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

    r2378 r2382  
    656656         endif         
    657657
    658          if(callnlte.and.nltemodel.eq.2) call nlte_setup
    659          if(callnirco2.and.nircorr.eq.1) call NIR_leedat
    660 
     658         if(callnlte.and.nltemodel.eq.2) then
     659            call nlte_setup
     660         end if
     661         if(callnirco2.and.nircorr.eq.1) then
     662          call NIR_leedat
     663         end if
    661664
    662665        IF (tracer.AND.water.AND.(ngrid.NE.1)) THEN
     
    37363739      ! co2clouds
    37373740      if (co2clouds) then
    3738         call WRITEDIAGFI(ngrid,'mtotco2',
    3739      &                   'total mass of CO2, including ice surf',
    3740      &                   'kg/m2',0,mtotco2)
    3741 
    3742         call WRITEDIAGFI(ngrid,'vaptotco2',
    3743      &                   'total mass of CO2 vapor',
    3744      &                   'kg/m2',0,vaptotco2)
    3745 
    37463741        call WRITEDIAGFI(ngrid,'zdtcloudco2',
    37473742     &                   'temperature variation of CO2 latent heat',
    37483743     &                   'K/s',3,zdtcloudco2)
    3749 
    3750         call WRITEDIAGFI(ngrid,'icetotco2',
    3751      &                   'total mass of CO2 ice',
    3752      &                   'kg/m2',0,icetotco2)
    37533744      end if
    37543745         
Note: See TracChangeset for help on using the changeset viewer.