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

update http links to datagcm online repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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)
Note: See TracChangeset for help on using the changeset viewer.