Ignore:
Timestamp:
Mar 28, 2025, 5:52:58 PM (3 months ago)
Author:
mmaurice
Message:

Generic PCM

Change default reactfile from chemnetwork/reactfile to network.def.
You can still specify it callphys.def using the flag reactfile.

MM

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90

    r3662 r3701  
    9090      logical,save :: haze
    9191      logical,save :: output_writediagspecUV
     92      character(len = 128),save :: reactfile
    9293!$OMP THREADPRIVATE(photochem,photoheat,jonline,depos,output_writediagspecUV)
    9394      logical,save :: calllott_nonoro
  • trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90

    r3663 r3701  
    570570     if (is_master) write(*,*)trim(rname)//": output_writediagspecUV = ",output_writediagspecUV
    571571
     572     if (is_master) write(*,*)trim(rname)//": Chemical network file ?"
     573     reactfile = 'network.def' ! default value
     574     call getin_p("reactfile",reactfile)
     575     if (is_master) write(*,*)trim(rname)//": chemical network file = ",trim(reactfile)
     576
    572577! Global1D mean and solar zenith angle
    573578
Note: See TracChangeset for help on using the changeset viewer.