Changeset 3713 for trunk/LMDZ.GENERIC/libf/phystd/interpolate_continuum.F90
- Timestamp:
- Apr 3, 2025, 2:27:25 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/interpolate_continuum.F90 ¶
r3693 r3713 11 11 ! Purpose 12 12 ! ------- 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/ 14 14 ! More information on the data here: https://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php/Continuum_Database 15 15 ! … … 222 222 write(*,*) 'Also check that the continuum data is there.' 223 223 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/' 225 225 endif 226 226 call abort_physic("interpolate_continuum","missing input file",1)
Note: See TracChangeset
for help on using the changeset viewer.