Ignore:
Timestamp:
May 24, 2017, 5:23:07 PM (8 years ago)
Author:
emillour
Message:

Mars GCM:

  • remove writing a "nebuldata.out" file in physiq introduced by previous update. It is not necessary and causes issues when in parallel.

EM

File:
1 edited

Legend:

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

    r1711 r1713  
    414414        ALLOCATE(totcloudfrac(ngrid)) !A. Pottier: souci avec ca a priori, tentative
    415415                                      ! de les allouer dans dimradmars_mod.F90
    416         !ouverture de nebuldata.out et nettoyage du precedent
    417          open(144,file="nebuldata.out")
    418          close(144,status="delete")
    419416
    420417c        variables set to 0
     
    576573         call solarlong(float(day_ini),zls)
    577574      end if
    578       !A. Pottier: checking nebuldata.out
    579       open(14,file="nebuldata.out",position="append")
    580       write(14,*) "LsEtJour ",zls*180/pi,zday
    581       close(14)
    582575
    583576c     Initialize pressure levels
Note: See TracChangeset for help on using the changeset viewer.