Changeset 3713 for trunk/LMDZ.GENERIC
- Timestamp:
- Apr 3, 2025, 2:27:25 PM (3 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r3708 r3713 1656 1656 - New file in phystd/: interpolateH2O_self_foreign.F90 1657 1657 - New continua (H2O-AIR_continuum_MT_CKD3.3.cia and H2O-H2O_continuum_MT_CKD3.3.cia) 1658 can be downloaded from https://w ww.lmd.jussieu.fr/~lmdz/planets/LMDZ.GENERIC/datagcm/continuum_data/1658 can be downloaded from https://web.lmd.jussieu.fr/~lmdz/planets/generic/datagcm/continuum_data/ 1659 1659 - Now the water continnum is defined between 0.1 and 20000cm-1 1660 1660 - We also removed the old (obsolete) parameterizations (CKD and PPC) from the code -
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/datareadnc.F
r1470 r3713 126 126 write(*,*)' can be obtained online on:' 127 127 write(*,*)' http://www.lmd.jussieu.fr/~lmdz/planets/'// 128 & ' LMDZ.GENERIC/datagcm/'128 & 'generic/datagcm/' 129 129 STOP 130 130 ENDIF -
trunk/LMDZ.GENERIC/libf/phystd/interpolateH2O_self_foreign.F90
r3663 r3713 85 85 write(*,*) ' Check that there is a H2O-H2O_continuum_MT_CKD3.3.cia' 86 86 write(*,*)'Continuum file available here:' 87 write(*,*)' https://w ww.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/' 88 88 endif 89 89 call abort … … 121 121 write(*,*)' Check that there is a H2O-AIR_continuum_MT_CKD3.3.cia' 122 122 write(*,*)'Continuum file available here:' 123 write(*,*)' https://w ww.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/' 124 124 endif 125 125 call abort -
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) -
trunk/LMDZ.GENERIC/libf/phystd/suaer_corrk.F90
r3238 r3713 404 404 write(*,*)' can be obtained online at:' 405 405 write(*,*)' http://www.lmd.jussieu.fr/',& 406 '~lmdz/planets/ LMDZ.GENERIC/datagcm/'406 '~lmdz/planets/generic/datagcm/' 407 407 CALL ABORT 408 408 ENDIF -
trunk/LMDZ.GENERIC/libf/phystd/sugas_corrk.F90
r3693 r3713 719 719 if(generic_continuum_database)then 720 720 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/ 722 722 if (igas .eq. igas_N2) then 723 723 file_id='/continuum_data/' // 'N2-N2_continuum_70-500K_2025.dat'
Note: See TracChangeset
for help on using the changeset viewer.