Ignore:
Timestamp:
Feb 6, 2026, 10:20:21 PM (4 weeks ago)
Author:
mturbet
Message:

Cleaning of continuum routines following 04-02-26 hackathon. RIP our beloved bilinear and bilinearbig routines. You will be deeply missed...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/inifis_mod.F90

    r4033 r4055  
    381381     call getin_p("continuum",continuum)
    382382     if (is_master) write(*,*) trim(rname)//": continuum = ",continuum
    383      
    384      if (is_master) write(*,*) trim(rname)//&
    385        ": use generic continuum opacity database ?"//&
    386        " (matters only if callrad=T)"
    387      generic_continuum_database=.true. ! default value
    388      call getin_p("generic_continuum_database",generic_continuum_database)
    389      if (is_master) write(*,*) trim(rname)//": generic_continuum_database = ", &
    390      generic_continuum_database
    391383 
    392384     if (is_master) write(*,*) trim(rname)//": version for H2H2 CIA file ?"
Note: See TracChangeset for help on using the changeset viewer.