Changeset 3370 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Jun 12, 2024, 1:34:30 PM (6 months ago)
Author:
yjaziri
Message:

Generic PCM:

Change directory path for photochem stellar spectra
Just to organize datagcm
Now in datagcm/stellar_spectra/photochem_stellar_spectra/

YJ

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r3364 r3370  
    19611961Added dt_gm (Gent-McWilliams) in the calculation for fluxgrdocean (GND) and in
    19621962ocean_slab_get_vars.
     1963
     1964== 12/06/2024 == YJ
     1965Change directory path for photochem stellar spectra
     1966Just to organize datagcm
     1967Now in datagcm/stellar_spectra/photochem_stellar_spectra/
  • trunk/LMDZ.GENERIC/libf/aeronostd/photolysis_mod.F90

    r3309 r3370  
    509509        ! look for a " stellarflux= ..." option in def files
    510510        write(*,*) "Input stellar spectra files for photolysis online is:"
    511         stellarflux = "Claire_SunModern_tuv.txt" ! default
     511        stellarflux = "Sun_Claire2012_0.0Ga.txt" ! default
    512512        call getin_p("stellarflux",stellarflux) ! default path
    513513        write(*,*) " stellarflux = ",trim(stellarflux)
     
    515515 
    516516        ! Opening file
    517         fil = trim(datadir)//'/stellar_spectra/'//stellarflux
     517        fil = trim(datadir)//'/stellar_spectra/photochem_stellar_spectra/'//stellarflux
    518518        print*, 'solar flux : ', fil
    519519        OPEN(UNIT=kin,FILE=fil,STATUS='old',iostat=ierr)
     
    521521        if (ierr /= 0) THEN
    522522          write(*,*)'Error : cannot open stellarflux file ', trim(stellarflux)
    523           write(*,*)'It should be in :',trim(datadir),'/stellar_spectra/'
     523          write(*,*)'It should be in :',trim(datadir),'/stellar_spectra/photochem_stellar_spectra/'
    524524          write(*,*)'1) You can change the data directory in callphys.def'
    525525          write(*,*)'   with:'
Note: See TracChangeset for help on using the changeset viewer.