Skip to content

Commit

Permalink
Changed RRTMG LW and SW submodule version to match current Dales state.
Browse files Browse the repository at this point in the history
Version of 22 May 2009.
  • Loading branch information
lsoucasse committed Dec 1, 2023
1 parent d33cd73 commit eb68acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RRTMG/RRTMG_LW
Submodule RRTMG_LW updated 81 files
+0 −29 LICENSE.md
+62 −126 README
+0 −183 README.md
+0 −200 aer_rt_utils/util_OS_X_absoft.f90
+0 −293 aer_rt_utils/util_OS_X_g95.f90
+0 −285 aer_rt_utils/util_OS_X_ibm_xl.f90
+0 −192 aer_rt_utils/util_OS_X_ifort.f90
+0 −302 aer_rt_utils/util_aix.f90
+0 −191 aer_rt_utils/util_alpha.f90
+0 −194 aer_rt_utils/util_cray.f90
+0 −209 aer_rt_utils/util_dos.f90
+0 −301 aer_rt_utils/util_gfortran.f90
+0 −212 aer_rt_utils/util_hp.f90
+0 −192 aer_rt_utils/util_linux_intel.f90
+0 −192 aer_rt_utils/util_linux_pgi.f90
+0 −196 aer_rt_utils/util_sgi.f90
+0 −192 aer_rt_utils/util_sun.f90
+3 −4 build/makefiles/make_rrtmg_lw_OS_X_g95
+3 −4 build/makefiles/make_rrtmg_lw_OS_X_ibm_xl
+3 −4 build/makefiles/make_rrtmg_lw_aix_xlf90
+3 −4 build/makefiles/make_rrtmg_lw_linux_pgi
+3 −4 build/makefiles/make_rrtmg_lw_sgi
+3 −4 build/makefiles/make_rrtmg_lw_sun
+0 −124 doc/release_notes.txt
+13 −119 doc/rrtmg_lw_instructions.txt
+3 −3 modules/parrrtm.f90
+0 −11 modules/rrlw_wvn.f90
+0 −128 run_examples_std_atm/INPUT_RRTM
+0 −14 run_examples_std_atm/IN_AER_RRTM
+0 −18 run_examples_std_atm/IN_CLD_RRTM
+0 −14 run_examples_std_atm/in_aer_rrtm-aer12
+0 −9 run_examples_std_atm/in_cld_rrtm-cld5
+0 −18 run_examples_std_atm/in_cld_rrtm-cld7
+0 −112 run_examples_std_atm/input_rrtm_ICRCCM_sonde
+0 −111 run_examples_std_atm/input_rrtm_MLS-cld-imca0-icld2
+0 −111 run_examples_std_atm/input_rrtm_MLS-cld-imca1-icld2
+0 −113 run_examples_std_atm/input_rrtm_MLS-cld-imca1-icld4-idcor0
+0 −113 run_examples_std_atm/input_rrtm_MLS-cld-imca1-icld5-idcor0
+0 −113 run_examples_std_atm/input_rrtm_MLS-cld-imca1-icld5-idcor1
+0 −111 run_examples_std_atm/input_rrtm_MLS-clr
+0 −111 run_examples_std_atm/input_rrtm_MLS-clr-aer12
+0 −112 run_examples_std_atm/input_rrtm_MLS-clr-idrv1
+0 −216 run_examples_std_atm/input_rrtm_MLS-clr-xsec
+0 −128 run_examples_std_atm/input_rrtm_MLW-clr
+0 −128 run_examples_std_atm/input_rrtm_SAW-clr
+0 −128 run_examples_std_atm/input_rrtm_TROP-clr
+0 −45 run_examples_std_atm/output_rrtm_ICRCCM_sonde
+0 −961 run_examples_std_atm/output_rrtm_MLS-cld5-imca0-icld2
+0 −65 run_examples_std_atm/output_rrtm_MLS-cld5-imca1-icld2
+0 −65 run_examples_std_atm/output_rrtm_MLS-cld7-imca1-icld2
+0 −65 run_examples_std_atm/output_rrtm_MLS-cld7-imca1-icld4-idcor0
+0 −65 run_examples_std_atm/output_rrtm_MLS-cld7-imca1-icld5-idcor0
+0 −65 run_examples_std_atm/output_rrtm_MLS-cld7-imca1-icld5-idcor1
+0 −961 run_examples_std_atm/output_rrtm_MLS-clr
+0 −961 run_examples_std_atm/output_rrtm_MLS-clr-aer12
+0 −961 run_examples_std_atm/output_rrtm_MLS-clr-idrv1
+0 −65 run_examples_std_atm/output_rrtm_MLS-clr-xsec
+0 −74 run_examples_std_atm/output_rrtm_MLW-clr
+0 −73 run_examples_std_atm/output_rrtm_SAW-clr
+0 −74 run_examples_std_atm/output_rrtm_TROP-clr
+0 −66 run_examples_std_atm/script.run_std_atm
+0 −244 src/extra.f
+2 −2 src/mcica_random_numbers.f90
+61 −223 src/mcica_subcol_gen_lw.1col.f90
+55 −236 src/mcica_subcol_gen_lw.f90
+0 −7,939 src/rrtatm.f
+31 −176 src/rrtmg_lw.1col.f90
+12 −31 src/rrtmg_lw_cldprmc.f90
+12 −31 src/rrtmg_lw_cldprop.f90
+11 −31 src/rrtmg_lw_init.f90
+9 −28 src/rrtmg_lw_k_g.f90
+12 −80 src/rrtmg_lw_rad.f90
+13 −81 src/rrtmg_lw_rad.nomcica.f90
+232 −260 src/rrtmg_lw_read_nc.f90
+10 −113 src/rrtmg_lw_rtrn.f90
+10 −113 src/rrtmg_lw_rtrnmc.f90
+14 −127 src/rrtmg_lw_rtrnmr.f90
+20 −764 src/rrtmg_lw_setcoef.f90
+857 −740 src/rrtmg_lw_taumol.f90
+10 −0 src/src_link
+9 −0 src/util_link
2 changes: 1 addition & 1 deletion src/RRTMG/RRTMG_SW
Submodule RRTMG_SW updated 102 files

0 comments on commit eb68acc

Please sign in to comment.