Changeset 3713 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Apr 3, 2025, 2:27:25 PM (3 months ago)
Author:
mturbet
Message:

update http links to datagcm online repository

Location:
trunk/LMDZ.GENERIC
Files:
6 edited

Legend:

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

    r3708 r3713  
    16561656- New file in phystd/: interpolateH2O_self_foreign.F90
    16571657- New continua (H2O-AIR_continuum_MT_CKD3.3.cia and H2O-H2O_continuum_MT_CKD3.3.cia)
    1658 can be downloaded from  https://www.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/
     1658can be downloaded from  https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/
    16591659- Now the water continnum is defined between 0.1 and 20000cm-1
    16601660- We also removed the old (obsolete) parameterizations (CKD and PPC) from the code
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/datareadnc.F

    r1470 r3713  
    126126        write(*,*)' can be obtained online on:'
    127127        write(*,*)' http://www.lmd.jussieu.fr/~lmdz/planets/'//
    128      &             'LMDZ.GENERIC/datagcm/'
     128     &             'generic/datagcm/'
    129129        STOP
    130130      ENDIF
  • trunk/LMDZ.GENERIC/libf/phystd/interpolateH2O_self_foreign.F90

    r3663 r3713  
    8585             write(*,*) ' Check that there is a H2O-H2O_continuum_MT_CKD3.3.cia'
    8686             write(*,*)'Continuum file available here:'
    87              write(*,*)' https://www.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/'
     87             write(*,*)' https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/pre-2025_continua/'
    8888           endif
    8989           call abort
     
    121121             write(*,*)' Check that there is a H2O-AIR_continuum_MT_CKD3.3.cia'
    122122             write(*,*)'Continuum file available here:'
    123              write(*,*)' https://www.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/'
     123             write(*,*)' https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/pre-2025_continua/'
    124124           endif
    125125           call abort
  • trunk/LMDZ.GENERIC/libf/phystd/interpolate_continuum.F90

    r3693 r3713  
    1111!     Purpose
    1212!     -------
    13 !     Generic routine to calculate continuum opacities, using lookup tables provided here: https://web.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/
     13!     Generic routine to calculate continuum opacities, using lookup tables provided here: https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/
    1414!     More information on the data here: https://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php/Continuum_Database
    1515!
     
    222222            write(*,*) 'Also check that the continuum data is there.'
    223223            write(*,*) 'Latest continuum data can be downloaded here:'
    224             write(*,*) 'https://web.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/'
     224            write(*,*) 'https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/'
    225225          endif
    226226          call abort_physic("interpolate_continuum","missing input file",1)
  • trunk/LMDZ.GENERIC/libf/phystd/suaer_corrk.F90

    r3238 r3713  
    404404               write(*,*)' can be obtained online at:'
    405405               write(*,*)' http://www.lmd.jussieu.fr/',&
    406                '~lmdz/planets/LMDZ.GENERIC/datagcm/'
     406               '~lmdz/planets/generic/datagcm/'
    407407               CALL ABORT
    408408            ENDIF
  • trunk/LMDZ.GENERIC/libf/phystd/sugas_corrk.F90

    r3693 r3713  
    719719      if(generic_continuum_database)then
    720720       do igas=1,ngasmx ! we loop on all pairs of molecules that have data available
    721        ! data can be downloaded from https://web.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/
     721       ! data can be downloaded from https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/
    722722        if (igas .eq. igas_N2) then
    723723         file_id='/continuum_data/' // 'N2-N2_continuum_70-500K_2025.dat'
Note: See TracChangeset for help on using the changeset viewer.