From 2aa0ceecd4549a6f8e968c52d820e7eed7305120 Mon Sep 17 00:00:00 2001 From: "Sajal.Kar" Date: Mon, 6 Apr 2020 14:00:37 +0000 Subject: [PATCH 01/11] VLab issue # 76949. Update FV3-WAM from IPD to CCPP --- physics/GFS_rrtmg_setup.meta | 4 ++-- physics/cires_ugwp.F90 | 3 ++- physics/dcyc2.meta | 16 ++++++------- physics/moninedmf.meta | 8 +++---- physics/rrtmg_lw_post.F90 | 13 ++++++---- physics/rrtmg_sw_post.F90 | 8 +++---- physics/satmedmfvdif.meta | 46 ++++++++++++++++++++++++++++++++---- physics/ugwp_driver_v0.F | 1 + physics/ysuvdif.meta | 8 +++---- 9 files changed, 75 insertions(+), 32 deletions(-) diff --git a/physics/GFS_rrtmg_setup.meta b/physics/GFS_rrtmg_setup.meta index 8405d160d..3f3cfa2c1 100644 --- a/physics/GFS_rrtmg_setup.meta +++ b/physics/GFS_rrtmg_setup.meta @@ -11,8 +11,8 @@ intent = in optional = F [levr] - standard_name = number_of_vertical_layers_for_radiation_calculations - long_name = number of vertical levels for radiation calculations + standard_name = adjusted_vertical_layer_dimension_for_radiation + long_name = number of vertical layers for radiation units = count dimensions = () type = integer diff --git a/physics/cires_ugwp.F90 b/physics/cires_ugwp.F90 index 99767e9b0..1cebd18d3 100644 --- a/physics/cires_ugwp.F90 +++ b/physics/cires_ugwp.F90 @@ -51,7 +51,8 @@ subroutine cires_ugwp_init (me, master, nlunit, logunit, fn_nml2, & integer, intent (in) :: lonr integer, intent (in) :: levs integer, intent (in) :: latr - real(kind=kind_phys), intent (in) :: ak(:), bk(:) +!SK real(kind=kind_phys), intent (in) :: ak(:), bk(:) + real(kind=kind_phys), intent (in) :: ak(levs+1), bk(levs+1) real(kind=kind_phys), intent (in) :: dtp real(kind=kind_phys), intent (in) :: cdmbgwd(4), cgwf(2) ! "scaling" controls for "old" GFS-GW schemes real(kind=kind_phys), intent (in) :: pa_rf_in, tau_rf_in diff --git a/physics/dcyc2.meta b/physics/dcyc2.meta index c4a8d9051..2fa998781 100644 --- a/physics/dcyc2.meta +++ b/physics/dcyc2.meta @@ -183,37 +183,37 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [swhc] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep long_name = clear sky shortwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlwc] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep long_name = clear sky longwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in diff --git a/physics/moninedmf.meta b/physics/moninedmf.meta index 47875640f..6a6ccd183 100644 --- a/physics/moninedmf.meta +++ b/physics/moninedmf.meta @@ -145,19 +145,19 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in diff --git a/physics/rrtmg_lw_post.F90 b/physics/rrtmg_lw_post.F90 index 971b278dd..8ddce4217 100644 --- a/physics/rrtmg_lw_post.F90 +++ b/physics/rrtmg_lw_post.F90 @@ -30,9 +30,12 @@ subroutine rrtmg_lw_post_run (Model, Grid, Radtend, Coupling, & type(GFS_grid_type), intent(in) :: Grid type(GFS_radtend_type), intent(inout) :: Radtend integer, intent(in) :: im, ltp, LM, kd - real(kind=kind_phys), dimension(size(Grid%xlon,1), Model%levr+LTP), intent(in) :: htlwc - real(kind=kind_phys), dimension(size(Grid%xlon,1), Model%levr+LTP), intent(in) :: htlw0 - real(kind=kind_phys), dimension(size(Grid%xlon,1)), intent(in) :: tsfa + real(kind=kind_phys), dimension(size(Grid%xlon,1), lm+LTP), intent(in) :: htlwc, htlw0 + real(kind=kind_phys), dimension(size(Grid%xlon,1)), intent(in) :: tsfa + +! real(kind=kind_phys), dimension(size(Grid%xlon,1), Model%levr+LTP), intent(in) :: htlwc +! real(kind=kind_phys), dimension(size(Grid%xlon,1), Model%levr+LTP), intent(in) :: htlw0 +! real(kind=kind_phys), dimension(size(Grid%xlon,1)), intent(in) :: tsfa character(len=*), intent(out) :: errmsg integer, intent(out) :: errflg ! local variables @@ -54,7 +57,7 @@ subroutine rrtmg_lw_post_run (Model, Grid, Radtend, Coupling, & enddo ! --- repopulate the points above levr if (lm < Model%levs) then - do k = lm,Model%levs + do k = lm+1,Model%levs Radtend%htrlw (1:im,k) = Radtend%htrlw (1:im,LM) enddo endif @@ -66,7 +69,7 @@ subroutine rrtmg_lw_post_run (Model, Grid, Radtend, Coupling, & enddo ! --- repopulate the points above levr if (lm < Model%levs) then - do k = lm,Model%levs + do k = lm+1,Model%levs Radtend%lwhc(1:im,k) = Radtend%lwhc(1:im,LM) enddo endif diff --git a/physics/rrtmg_sw_post.F90 b/physics/rrtmg_sw_post.F90 index e11491d48..39de39c98 100644 --- a/physics/rrtmg_sw_post.F90 +++ b/physics/rrtmg_sw_post.F90 @@ -36,7 +36,7 @@ subroutine rrtmg_sw_post_run (Model, Grid, Diag, Radtend, Coupling, & type(GFS_diag_type), intent(inout) :: Diag integer, intent(in) :: im, lm, kd, nday, ltp type(cmpfsw_type), dimension(size(Grid%xlon,1)), intent(inout) :: scmpsw - real(kind=kind_phys), dimension(Size(Grid%xlon,1), Model%levr+LTP), intent(in) :: htswc, htsw0 + real(kind=kind_phys), dimension(Size(Grid%xlon,1), lm+LTP), intent(in) :: htswc, htsw0 real(kind=kind_phys), dimension(size(Grid%xlon,1)), intent(in) :: sfcalb1, sfcalb2, sfcalb3, sfcalb4 character(len=*), intent(out) :: errmsg integer, intent(out) :: errflg @@ -56,7 +56,7 @@ subroutine rrtmg_sw_post_run (Model, Grid, Diag, Radtend, Coupling, & ! We are assuming that radiative tendencies are from bottom to top ! --- repopulate the points above levr i.e. LM if (lm < Model%levs) then - do k = lm,Model%levs + do k = lm+1,Model%levs Radtend%htrsw (1:im,k) = Radtend%htrsw (1:im,LM) enddo endif @@ -65,10 +65,10 @@ subroutine rrtmg_sw_post_run (Model, Grid, Diag, Radtend, Coupling, & do k = 1, lm k1 = k + kd Radtend%swhc(1:im,k) = htsw0(1:im,k1) - enddo + enddo ! --- repopulate the points above levr i.e. LM if (lm < Model%levs) then - do k = lm,Model%levs + do k = lm+1,Model%levs Radtend%swhc(1:im,k) = Radtend%swhc(1:im,LM) enddo endif diff --git a/physics/satmedmfvdif.meta b/physics/satmedmfvdif.meta index 7f21e58e1..9af1100f5 100644 --- a/physics/satmedmfvdif.meta +++ b/physics/satmedmfvdif.meta @@ -1,3 +1,41 @@ +[ccpp-arg-table] + name = satmedmfvdif_init + type = scheme +[isatmedmf] + standard_name = choice_of_scale_aware_TKE_moist_EDMF_PBL + long_name = choice of scale-aware TKE moist EDMF PBL scheme + units = none + dimensions = () + type = integer + intent = in + optional = F +[isatmedmf_vdif] + standard_name = choice_of_original_scale_aware_TKE_moist_EDMF_PBL + long_name = choice of original scale-aware TKE moist EDMF PBL scheme + units = none + dimensions = () + type = integer + intent = in + optional = F +[errmsg] + standard_name = ccpp_error_message + long_name = error message for error handling in CCPP + units = none + dimensions = () + type = character + kind = len=* + intent = out + optional = F +[errflg] + standard_name = ccpp_error_flag + long_name = error flag for error handling in CCPP + units = flag + dimensions = () + type = integer + intent = out + optional = F + +##################################################################### [ccpp-arg-table] name = satmedmfvdif_run type = scheme @@ -211,19 +249,19 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in diff --git a/physics/ugwp_driver_v0.F b/physics/ugwp_driver_v0.F index 52375dd18..a28a790c1 100644 --- a/physics/ugwp_driver_v0.F +++ b/physics/ugwp_driver_v0.F @@ -160,6 +160,7 @@ subroutine cires_ugwp_driver_v0(me, master, if (cdmbgwd(4) > 0.0) then do i=1,im turb_fac(i) = 0.0 + tem(i) = 0.0 enddo if (ntke > 0) then do k=1,(levs+levs)/3 diff --git a/physics/ysuvdif.meta b/physics/ysuvdif.meta index 458ff75ae..da01b0a41 100644 --- a/physics/ysuvdif.meta +++ b/physics/ysuvdif.meta @@ -125,19 +125,19 @@ intent = inout optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in From 6184a973585c3e8f5f429720c02226d68341ab78 Mon Sep 17 00:00:00 2001 From: HenryJuang-NOAA Date: Mon, 11 May 2020 21:55:55 -0500 Subject: [PATCH 02/11] add changes for swh and hlw for vertical dimension --- physics/dcyc2.meta | 16 ++++++++-------- physics/moninedmf.meta | 8 ++++---- physics/satmedmfvdif.meta | 8 ++++---- physics/ysuvdif.meta | 8 ++++---- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/physics/dcyc2.meta b/physics/dcyc2.meta index c4a8d9051..2fa998781 100644 --- a/physics/dcyc2.meta +++ b/physics/dcyc2.meta @@ -183,37 +183,37 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [swhc] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep long_name = clear sky shortwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlwc] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep long_name = clear sky longwave heating rate on radiation time step units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in diff --git a/physics/moninedmf.meta b/physics/moninedmf.meta index 47875640f..6a6ccd183 100644 --- a/physics/moninedmf.meta +++ b/physics/moninedmf.meta @@ -145,19 +145,19 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in diff --git a/physics/satmedmfvdif.meta b/physics/satmedmfvdif.meta index 7f21e58e1..00c65998b 100644 --- a/physics/satmedmfvdif.meta +++ b/physics/satmedmfvdif.meta @@ -211,19 +211,19 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in diff --git a/physics/ysuvdif.meta b/physics/ysuvdif.meta index 458ff75ae..da01b0a41 100644 --- a/physics/ysuvdif.meta +++ b/physics/ysuvdif.meta @@ -125,19 +125,19 @@ intent = inout optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep long_name = total sky shortwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep long_name = total sky longwave heating rate units = K s-1 - dimensions = (horizontal_dimension,adjusted_vertical_layer_dimension_for_radiation) + dimensions = (horizontal_dimension,vertical_dimension) type = real kind = kind_phys intent = in From 07814b14f9eec89854cd38665a5760f94396336d Mon Sep 17 00:00:00 2001 From: Sajal Kar Date: Mon, 19 Oct 2020 10:21:33 -0500 Subject: [PATCH 03/11] All IDEA-physics routines working with IPD --- .gitignore | 0 CMakeLists.txt | 0 CODEOWNERS | 0 LICENSE | 0 README.md | 0 physics/GFDL_parse_tracers.F90 | 0 physics/GFS_DCNV_generic.F90 | 0 physics/GFS_DCNV_generic.meta | 0 physics/GFS_GWD_generic.F90 | 0 physics/GFS_GWD_generic.meta | 0 physics/GFS_MP_generic.F90 | 0 physics/GFS_MP_generic.meta | 0 physics/GFS_PBL_generic.F90 | 0 physics/GFS_PBL_generic.meta | 0 physics/GFS_SCNV_generic.F90 | 0 physics/GFS_SCNV_generic.meta | 0 physics/GFS_debug.F90 | 0 physics/GFS_debug.meta | 0 physics/GFS_phys_time_vary.fv3.F90 | 0 physics/GFS_phys_time_vary.fv3.meta | 0 physics/GFS_phys_time_vary.scm.F90 | 0 physics/GFS_phys_time_vary.scm.meta | 0 physics/GFS_rad_time_vary.fv3.F90 | 0 physics/GFS_rad_time_vary.fv3.meta | 0 physics/GFS_rad_time_vary.scm.F90 | 0 physics/GFS_rad_time_vary.scm.meta | 0 physics/GFS_rrtmg_post.F90 | 0 physics/GFS_rrtmg_post.meta | 0 physics/GFS_rrtmg_pre.F90 | 0 physics/GFS_rrtmg_pre.meta | 0 physics/GFS_rrtmg_setup.F90 | 0 physics/GFS_rrtmg_setup.meta | 0 physics/GFS_stochastics.F90 | 0 physics/GFS_stochastics.meta | 0 physics/GFS_suite_init_finalize_test.F90 | 0 physics/GFS_suite_init_finalize_test.meta | 0 physics/GFS_suite_interstitial.F90 | 0 physics/GFS_suite_interstitial.meta | 0 physics/GFS_surface_composites.F90 | 0 physics/GFS_surface_composites.meta | 0 physics/GFS_surface_generic.F90 | 0 physics/GFS_surface_generic.meta | 0 physics/GFS_surface_loop_control.F90 | 0 physics/GFS_surface_loop_control.meta | 0 physics/GFS_time_vary_pre.fv3.F90 | 0 physics/GFS_time_vary_pre.fv3.meta | 0 physics/GFS_time_vary_pre.scm.F90 | 0 physics/GFS_time_vary_pre.scm.meta | 0 physics/aer_cloud.F | 0 physics/aerclm_def.F | 0 physics/aerinterp.F90 | 0 physics/calpreciptype.f90 | 0 physics/cires_orowam2017.f | 0 physics/cires_ugwp.F90 | 0 physics/cires_ugwp.meta | 0 physics/cires_ugwp_initialize.F90 | 0 physics/cires_ugwp_module.F90 | 0 physics/cires_ugwp_post.meta | 0 physics/cires_ugwp_solvers.F90 | 0 physics/cires_ugwp_triggers.F90 | 0 physics/cires_ugwp_utils.F90 | 0 physics/cires_vert_lsatdis.F90 | 0 physics/cires_vert_orodis.F90 | 0 physics/cires_vert_wmsdis.F90 | 0 physics/cldmacro.F | 0 physics/cldwat2m_micro.F | 0 physics/cnvc90.f | 0 physics/cnvc90.meta | 0 physics/cs_conv.F90 | 0 physics/cs_conv.meta | 0 physics/cs_conv_aw_adj.F90 | 0 physics/cs_conv_aw_adj.meta | 0 physics/cu_gf_deep.F90 | 0 physics/cu_gf_driver.F90 | 0 physics/cu_gf_driver.meta | 0 physics/cu_gf_driver_post.F90 | 0 physics/cu_gf_driver_post.meta | 0 physics/cu_gf_driver_pre.F90 | 0 physics/cu_gf_driver_pre.meta | 0 physics/cu_gf_sh.F90 | 0 physics/cu_ntiedtke.F90 | 0 physics/cu_ntiedtke.meta | 0 physics/cu_ntiedtke_post.F90 | 0 physics/cu_ntiedtke_post.meta | 0 physics/cu_ntiedtke_pre.F90 | 0 physics/cu_ntiedtke_pre.meta | 0 physics/date_def.f | 0 physics/dcyc2.f | 0 physics/dcyc2.meta | 0 physics/docs/ccpp_dox | 0 physics/docs/ccpp_dox_extra_style.css | 0 physics/docs/ccpp_dox_layout.xml | 0 physics/docs/ccpp_doxyfile | 0 physics/docs/ccpplatex_dox | 0 physics/docs/ccppv3_doxyfile | 0 physics/docs/ccppv3_fv3_doxyfile | 0 physics/docs/img/FV3_structure.png | Bin physics/docs/img/GFS_gwdc.png | Bin physics/docs/img/GFS_sice_wonton2000_fig1.png | Bin physics/docs/img/GFS_stochy_spread.png | Bin physics/docs/img/GFS_zhaocarr_schematic.png | Bin physics/docs/img/GSD_thompson.png | Bin physics/docs/img/MG3_MP_diagram.png | Bin physics/docs/img/MYNN-EDMF_call_order.png | Bin physics/docs/img/NSST.png | Bin physics/docs/img/NSST_schematic.png | Bin physics/docs/img/Noah_LA_interaction.png | Bin physics/docs/img/dtc_logo.png | Bin physics/docs/img/gfdl_cloud_mp_diagram.png | Bin physics/docs/img/land_dataset.png | Bin physics/docs/img/precpd-micop.png | Bin physics/docs/img/rad_gas_AGGI.png | Bin physics/docs/img/roughness_length_fig1.png | Bin physics/docs/img/roughness_length_fig2.png | Bin physics/docs/img/ruc_lsm_frozen_precip.png | Bin physics/docs/img/ruc_lsm_heterogeneity.png | Bin physics/docs/img/ruc_lsm_mosaic.png | Bin physics/docs/img/ruc_lsm_veg_soil.png | Bin physics/docs/img/schematic_Rad_mod.png | Bin physics/docs/img/schematic_sice.png | Bin physics/docs/library.bib | 0 physics/docs/pdftxt/CPT_CSAW.txt | 0 physics/docs/pdftxt/CPT_MG3.txt | 0 physics/docs/pdftxt/CPT_adv_suite.txt | 0 physics/docs/pdftxt/GFDL_cloud.txt | 0 physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt | 0 physics/docs/pdftxt/GFS_GWDC.txt | 0 physics/docs/pdftxt/GFS_GWDPS.txt | 0 physics/docs/pdftxt/GFS_H2OPHYS.txt | 0 physics/docs/pdftxt/GFS_HEDMF.txt | 0 physics/docs/pdftxt/GFS_NOAH.txt | 0 physics/docs/pdftxt/GFS_NSST.txt | 0 physics/docs/pdftxt/GFS_OZPHYS.txt | 0 physics/docs/pdftxt/GFS_RAYLEIGH.txt | 0 physics/docs/pdftxt/GFS_RRTMG.txt | 0 physics/docs/pdftxt/GFS_SAMF.txt | 0 physics/docs/pdftxt/GFS_SAMFdeep.txt | 0 physics/docs/pdftxt/GFS_SAMFshal.txt | 0 physics/docs/pdftxt/GFS_SATMEDMF.txt | 0 physics/docs/pdftxt/GFS_SFCLYR.txt | 0 physics/docs/pdftxt/GFS_SFCSICE.txt | 0 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt | 0 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save | 0 physics/docs/pdftxt/GFS_SURFACE_PERT.txt | 0 physics/docs/pdftxt/GFS_ZHAOC.txt | 0 physics/docs/pdftxt/GFSphys_namelist.txt | 0 physics/docs/pdftxt/GFSv14_suite.txt | 0 physics/docs/pdftxt/GFSv15_suite.txt | 0 physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt | 0 physics/docs/pdftxt/GSD_CU_GF_deep.txt | 0 physics/docs/pdftxt/GSD_MYNN_EDMF.txt | 0 physics/docs/pdftxt/GSD_RUCLSM.txt | 0 physics/docs/pdftxt/GSD_THOMPSON.txt | 0 physics/docs/pdftxt/GSD_adv_suite.txt | 0 physics/docs/pdftxt/MG_double.txt | 0 physics/docs/pdftxt/all_shemes_list.txt | 0 physics/docs/pdftxt/all_shemes_list.txt.FV3 | 0 physics/docs/pdftxt/code_overview.txt | 0 physics/docs/pdftxt/code_overview.txt.Aug17 | 0 physics/docs/pdftxt/mainpage.txt | 0 physics/docs/pdftxt/mainpage.txt.Aug17 | 0 physics/docs/pdftxt/rad_cld.txt | 0 physics/docs/pdftxt/suite_input.nml.txt | 0 physics/drag_suite.F90 | 0 physics/drag_suite.meta | 0 physics/funcphys.f90 | 0 physics/gcm_shoc.F90 | 0 physics/gcm_shoc.meta | 0 physics/gcycle.F90 | 0 physics/get_prs_fv3.F90 | 0 physics/get_prs_fv3.meta | 0 physics/gfdl_cloud_microphys.F90 | 0 physics/gfdl_cloud_microphys.meta | 0 physics/gfdl_fv_sat_adj.F90 | 0 physics/gfdl_fv_sat_adj.meta | 0 physics/gfs_phy_tracer_config.F | 0 physics/gmtb_scm_sfc_flux_spec.F90 | 0 physics/gmtb_scm_sfc_flux_spec.meta | 0 physics/gocart_tracer_config_stub.f | 0 physics/gscond.f | 0 physics/gscond.meta | 0 physics/gwdc.f | 0 physics/gwdc.meta | 0 physics/gwdps.f | 0 physics/gwdps.meta | 0 physics/h2o_def.f | 0 physics/h2ointerp.f90 | 0 physics/h2ophys.f | 0 physics/h2ophys.meta | 0 physics/iccn_def.F | 0 physics/iccninterp.F90 | 0 physics/iounitdef.f | 0 physics/lsm_ruc_sfc_sice_interstitial.F90 | 0 physics/lsm_ruc_sfc_sice_interstitial.meta | 0 physics/m_micro.F90 | 0 physics/m_micro.meta | 0 physics/m_micro_interstitial.F90 | 0 physics/m_micro_interstitial.meta | 0 physics/machine.F | 0 physics/machine.meta | 0 physics/maximum_hourly_diagnostics.F90 | 0 physics/maximum_hourly_diagnostics.meta | 0 physics/mersenne_twister.f | 0 physics/mfpbl.f | 0 physics/mfpblt.f | 0 physics/mfscu.f | 0 physics/micro_mg2_0.F90 | 0 physics/micro_mg3_0.F90 | 0 physics/micro_mg_utils.F90 | 0 physics/module_MYJPBL_wrapper.F90 | 0 physics/module_MYJPBL_wrapper.meta | 0 physics/module_MYJSFC_wrapper.F90 | 0 physics/module_MYJSFC_wrapper.meta | 0 physics/module_MYNNPBL_wrapper.F90 | 0 physics/module_MYNNPBL_wrapper.meta | 0 physics/module_MYNNSFC_wrapper.F90 | 0 physics/module_MYNNSFC_wrapper.meta | 0 physics/module_MYNNrad_post.F90 | 0 physics/module_MYNNrad_post.meta | 0 physics/module_MYNNrad_pre.F90 | 0 physics/module_MYNNrad_pre.meta | 0 physics/module_bfmicrophysics.f | 0 physics/module_bl_mynn.F90 | 0 physics/module_gfdl_cloud_microphys.F90 | 0 physics/module_mp_radar.F90 | 0 physics/module_mp_thompson.F90 | 0 ...odule_mp_thompson_make_number_concentrations.F90 | 0 physics/module_nst_model.f90 | 0 physics/module_nst_parameters.f90 | 0 physics/module_nst_water_prop.f90 | 0 physics/module_sf_mynn.F90 | 0 physics/module_sf_ruclsm.F90 | 0 physics/module_soil_pre.F90 | 0 physics/moninedmf.f | 0 physics/moninedmf.meta | 0 physics/moninshoc.f | 0 physics/moninshoc.meta | 0 physics/mp_thompson.F90 | 0 physics/mp_thompson.meta | 0 physics/mp_thompson_post.F90 | 0 physics/mp_thompson_post.meta | 0 physics/mp_thompson_pre.F90 | 0 physics/mp_thompson_pre.meta | 0 physics/multi_gases.F90 | 0 physics/namelist_soilveg.f | 0 physics/namelist_soilveg_ruc.F90 | 0 physics/num_parthds.F | 0 physics/ozinterp.f90 | 0 physics/ozne_def.f | 0 physics/ozphys.f | 0 physics/ozphys.meta | 0 physics/ozphys_2015.f | 0 physics/ozphys_2015.meta | 0 physics/physcons.F90 | 0 physics/physparam.f | 0 physics/precpd.f | 0 physics/precpd.meta | 0 physics/radcons.f90 | 0 physics/radiation_aerosols.f | 0 physics/radiation_astronomy.f | 0 physics/radiation_clouds.f | 0 physics/radiation_gases.f | 0 physics/radiation_surface.f | 0 physics/radlw_datatb.f | 0 physics/radlw_main.f | 0 physics/radlw_main.meta | 0 physics/radlw_param.f | 0 physics/radlw_param.meta | 0 physics/radsw_datatb.f | 0 physics/radsw_main.f | 0 physics/radsw_main.meta | 0 physics/radsw_param.f | 0 physics/radsw_param.meta | 0 physics/rayleigh_damp.f | 0 physics/rayleigh_damp.meta | 0 physics/rrtmg_lw_post.F90 | 0 physics/rrtmg_lw_post.meta | 0 physics/rrtmg_lw_pre.F90 | 0 physics/rrtmg_lw_pre.meta | 0 physics/rrtmg_sw_post.F90 | 0 physics/rrtmg_sw_post.meta | 0 physics/rrtmg_sw_pre.F90 | 0 physics/rrtmg_sw_pre.meta | 0 physics/samfaerosols.F | 0 physics/samfdeepcnv.f | 0 physics/samfdeepcnv.meta | 0 physics/samfshalcnv.f | 0 physics/samfshalcnv.meta | 0 physics/satmedmfvdif.F | 0 physics/satmedmfvdif.meta | 0 physics/set_soilveg.f | 0 physics/set_soilveg_ruc.F90 | 0 physics/sfc_cice.f | 0 physics/sfc_cice.meta | 0 physics/sfc_diag.f | 0 physics/sfc_diag.meta | 0 physics/sfc_diag_post.F90 | 0 physics/sfc_diag_post.meta | 0 physics/sfc_diff.f | 0 physics/sfc_diff.meta | 0 physics/sfc_drv.f | 0 physics/sfc_drv.meta | 0 physics/sfc_drv_ruc.F90 | 0 physics/sfc_drv_ruc.meta | 0 physics/sfc_noahmp_drv.meta | 0 physics/sfc_noahmp_pre.meta | 0 physics/sfc_nst.f | 0 physics/sfc_nst.meta | 0 physics/sfc_ocean.F | 0 physics/sfc_ocean.meta | 0 physics/sfc_sice.f | 0 physics/sfc_sice.meta | 0 physics/sfcsub.F | 0 physics/sflx.f | 0 physics/shinhongvdif.F90 | 0 physics/shinhongvdif.meta | 0 physics/surface_perturbation.F90 | 0 physics/tridi.f | 0 physics/ugwp_driver_v0.F | 0 physics/wv_saturation.F | 0 physics/ysuvdif.F90 | 0 physics/ysuvdif.meta | 0 322 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 CMakeLists.txt mode change 100644 => 100755 CODEOWNERS mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 physics/GFDL_parse_tracers.F90 mode change 100644 => 100755 physics/GFS_DCNV_generic.F90 mode change 100644 => 100755 physics/GFS_DCNV_generic.meta mode change 100644 => 100755 physics/GFS_GWD_generic.F90 mode change 100644 => 100755 physics/GFS_GWD_generic.meta mode change 100644 => 100755 physics/GFS_MP_generic.F90 mode change 100644 => 100755 physics/GFS_MP_generic.meta mode change 100644 => 100755 physics/GFS_PBL_generic.F90 mode change 100644 => 100755 physics/GFS_PBL_generic.meta mode change 100644 => 100755 physics/GFS_SCNV_generic.F90 mode change 100644 => 100755 physics/GFS_SCNV_generic.meta mode change 100644 => 100755 physics/GFS_debug.F90 mode change 100644 => 100755 physics/GFS_debug.meta mode change 100644 => 100755 physics/GFS_phys_time_vary.fv3.F90 mode change 100644 => 100755 physics/GFS_phys_time_vary.fv3.meta mode change 100644 => 100755 physics/GFS_phys_time_vary.scm.F90 mode change 100644 => 100755 physics/GFS_phys_time_vary.scm.meta mode change 100644 => 100755 physics/GFS_rad_time_vary.fv3.F90 mode change 100644 => 100755 physics/GFS_rad_time_vary.fv3.meta mode change 100644 => 100755 physics/GFS_rad_time_vary.scm.F90 mode change 100644 => 100755 physics/GFS_rad_time_vary.scm.meta mode change 100644 => 100755 physics/GFS_rrtmg_post.F90 mode change 100644 => 100755 physics/GFS_rrtmg_post.meta mode change 100644 => 100755 physics/GFS_rrtmg_pre.F90 mode change 100644 => 100755 physics/GFS_rrtmg_pre.meta mode change 100644 => 100755 physics/GFS_rrtmg_setup.F90 mode change 100644 => 100755 physics/GFS_rrtmg_setup.meta mode change 100644 => 100755 physics/GFS_stochastics.F90 mode change 100644 => 100755 physics/GFS_stochastics.meta mode change 100644 => 100755 physics/GFS_suite_init_finalize_test.F90 mode change 100644 => 100755 physics/GFS_suite_init_finalize_test.meta mode change 100644 => 100755 physics/GFS_suite_interstitial.F90 mode change 100644 => 100755 physics/GFS_suite_interstitial.meta mode change 100644 => 100755 physics/GFS_surface_composites.F90 mode change 100644 => 100755 physics/GFS_surface_composites.meta mode change 100644 => 100755 physics/GFS_surface_generic.F90 mode change 100644 => 100755 physics/GFS_surface_generic.meta mode change 100644 => 100755 physics/GFS_surface_loop_control.F90 mode change 100644 => 100755 physics/GFS_surface_loop_control.meta mode change 100644 => 100755 physics/GFS_time_vary_pre.fv3.F90 mode change 100644 => 100755 physics/GFS_time_vary_pre.fv3.meta mode change 100644 => 100755 physics/GFS_time_vary_pre.scm.F90 mode change 100644 => 100755 physics/GFS_time_vary_pre.scm.meta mode change 100644 => 100755 physics/aer_cloud.F mode change 100644 => 100755 physics/aerclm_def.F mode change 100644 => 100755 physics/aerinterp.F90 mode change 100644 => 100755 physics/calpreciptype.f90 mode change 100644 => 100755 physics/cires_orowam2017.f mode change 100644 => 100755 physics/cires_ugwp.F90 mode change 100644 => 100755 physics/cires_ugwp.meta mode change 100644 => 100755 physics/cires_ugwp_initialize.F90 mode change 100644 => 100755 physics/cires_ugwp_module.F90 mode change 100644 => 100755 physics/cires_ugwp_post.meta mode change 100644 => 100755 physics/cires_ugwp_solvers.F90 mode change 100644 => 100755 physics/cires_ugwp_triggers.F90 mode change 100644 => 100755 physics/cires_ugwp_utils.F90 mode change 100644 => 100755 physics/cires_vert_lsatdis.F90 mode change 100644 => 100755 physics/cires_vert_orodis.F90 mode change 100644 => 100755 physics/cires_vert_wmsdis.F90 mode change 100644 => 100755 physics/cldmacro.F mode change 100644 => 100755 physics/cldwat2m_micro.F mode change 100644 => 100755 physics/cnvc90.f mode change 100644 => 100755 physics/cnvc90.meta mode change 100644 => 100755 physics/cs_conv.F90 mode change 100644 => 100755 physics/cs_conv.meta mode change 100644 => 100755 physics/cs_conv_aw_adj.F90 mode change 100644 => 100755 physics/cs_conv_aw_adj.meta mode change 100644 => 100755 physics/cu_gf_deep.F90 mode change 100644 => 100755 physics/cu_gf_driver.F90 mode change 100644 => 100755 physics/cu_gf_driver.meta mode change 100644 => 100755 physics/cu_gf_driver_post.F90 mode change 100644 => 100755 physics/cu_gf_driver_post.meta mode change 100644 => 100755 physics/cu_gf_driver_pre.F90 mode change 100644 => 100755 physics/cu_gf_driver_pre.meta mode change 100644 => 100755 physics/cu_gf_sh.F90 mode change 100644 => 100755 physics/cu_ntiedtke.F90 mode change 100644 => 100755 physics/cu_ntiedtke.meta mode change 100644 => 100755 physics/cu_ntiedtke_post.F90 mode change 100644 => 100755 physics/cu_ntiedtke_post.meta mode change 100644 => 100755 physics/cu_ntiedtke_pre.F90 mode change 100644 => 100755 physics/cu_ntiedtke_pre.meta mode change 100644 => 100755 physics/date_def.f mode change 100644 => 100755 physics/dcyc2.f mode change 100644 => 100755 physics/dcyc2.meta mode change 100644 => 100755 physics/docs/ccpp_dox mode change 100644 => 100755 physics/docs/ccpp_dox_extra_style.css mode change 100644 => 100755 physics/docs/ccpp_dox_layout.xml mode change 100644 => 100755 physics/docs/ccpp_doxyfile mode change 100644 => 100755 physics/docs/ccpplatex_dox mode change 100644 => 100755 physics/docs/ccppv3_doxyfile mode change 100644 => 100755 physics/docs/ccppv3_fv3_doxyfile mode change 100644 => 100755 physics/docs/img/FV3_structure.png mode change 100644 => 100755 physics/docs/img/GFS_gwdc.png mode change 100644 => 100755 physics/docs/img/GFS_sice_wonton2000_fig1.png mode change 100644 => 100755 physics/docs/img/GFS_stochy_spread.png mode change 100644 => 100755 physics/docs/img/GFS_zhaocarr_schematic.png mode change 100644 => 100755 physics/docs/img/GSD_thompson.png mode change 100644 => 100755 physics/docs/img/MG3_MP_diagram.png mode change 100644 => 100755 physics/docs/img/MYNN-EDMF_call_order.png mode change 100644 => 100755 physics/docs/img/NSST.png mode change 100644 => 100755 physics/docs/img/NSST_schematic.png mode change 100644 => 100755 physics/docs/img/Noah_LA_interaction.png mode change 100644 => 100755 physics/docs/img/dtc_logo.png mode change 100644 => 100755 physics/docs/img/gfdl_cloud_mp_diagram.png mode change 100644 => 100755 physics/docs/img/land_dataset.png mode change 100644 => 100755 physics/docs/img/precpd-micop.png mode change 100644 => 100755 physics/docs/img/rad_gas_AGGI.png mode change 100644 => 100755 physics/docs/img/roughness_length_fig1.png mode change 100644 => 100755 physics/docs/img/roughness_length_fig2.png mode change 100644 => 100755 physics/docs/img/ruc_lsm_frozen_precip.png mode change 100644 => 100755 physics/docs/img/ruc_lsm_heterogeneity.png mode change 100644 => 100755 physics/docs/img/ruc_lsm_mosaic.png mode change 100644 => 100755 physics/docs/img/ruc_lsm_veg_soil.png mode change 100644 => 100755 physics/docs/img/schematic_Rad_mod.png mode change 100644 => 100755 physics/docs/img/schematic_sice.png mode change 100644 => 100755 physics/docs/library.bib mode change 100644 => 100755 physics/docs/pdftxt/CPT_CSAW.txt mode change 100644 => 100755 physics/docs/pdftxt/CPT_MG3.txt mode change 100644 => 100755 physics/docs/pdftxt/CPT_adv_suite.txt mode change 100644 => 100755 physics/docs/pdftxt/GFDL_cloud.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_GWDC.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_GWDPS.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_H2OPHYS.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_HEDMF.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_NOAH.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_NSST.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_OZPHYS.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_RAYLEIGH.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_RRTMG.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_SAMF.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_SAMFdeep.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_SAMFshal.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_SATMEDMF.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_SFCLYR.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_SFCSICE.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save mode change 100644 => 100755 physics/docs/pdftxt/GFS_SURFACE_PERT.txt mode change 100644 => 100755 physics/docs/pdftxt/GFS_ZHAOC.txt mode change 100644 => 100755 physics/docs/pdftxt/GFSphys_namelist.txt mode change 100644 => 100755 physics/docs/pdftxt/GFSv14_suite.txt mode change 100644 => 100755 physics/docs/pdftxt/GFSv15_suite.txt mode change 100644 => 100755 physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt mode change 100644 => 100755 physics/docs/pdftxt/GSD_CU_GF_deep.txt mode change 100644 => 100755 physics/docs/pdftxt/GSD_MYNN_EDMF.txt mode change 100644 => 100755 physics/docs/pdftxt/GSD_RUCLSM.txt mode change 100644 => 100755 physics/docs/pdftxt/GSD_THOMPSON.txt mode change 100644 => 100755 physics/docs/pdftxt/GSD_adv_suite.txt mode change 100644 => 100755 physics/docs/pdftxt/MG_double.txt mode change 100644 => 100755 physics/docs/pdftxt/all_shemes_list.txt mode change 100644 => 100755 physics/docs/pdftxt/all_shemes_list.txt.FV3 mode change 100644 => 100755 physics/docs/pdftxt/code_overview.txt mode change 100644 => 100755 physics/docs/pdftxt/code_overview.txt.Aug17 mode change 100644 => 100755 physics/docs/pdftxt/mainpage.txt mode change 100644 => 100755 physics/docs/pdftxt/mainpage.txt.Aug17 mode change 100644 => 100755 physics/docs/pdftxt/rad_cld.txt mode change 100644 => 100755 physics/docs/pdftxt/suite_input.nml.txt mode change 100644 => 100755 physics/drag_suite.F90 mode change 100644 => 100755 physics/drag_suite.meta mode change 100644 => 100755 physics/funcphys.f90 mode change 100644 => 100755 physics/gcm_shoc.F90 mode change 100644 => 100755 physics/gcm_shoc.meta mode change 100644 => 100755 physics/gcycle.F90 mode change 100644 => 100755 physics/get_prs_fv3.F90 mode change 100644 => 100755 physics/get_prs_fv3.meta mode change 100644 => 100755 physics/gfdl_cloud_microphys.F90 mode change 100644 => 100755 physics/gfdl_cloud_microphys.meta mode change 100644 => 100755 physics/gfdl_fv_sat_adj.F90 mode change 100644 => 100755 physics/gfdl_fv_sat_adj.meta mode change 100644 => 100755 physics/gfs_phy_tracer_config.F mode change 100644 => 100755 physics/gmtb_scm_sfc_flux_spec.F90 mode change 100644 => 100755 physics/gmtb_scm_sfc_flux_spec.meta mode change 100644 => 100755 physics/gocart_tracer_config_stub.f mode change 100644 => 100755 physics/gscond.f mode change 100644 => 100755 physics/gscond.meta mode change 100644 => 100755 physics/gwdc.f mode change 100644 => 100755 physics/gwdc.meta mode change 100644 => 100755 physics/gwdps.f mode change 100644 => 100755 physics/gwdps.meta mode change 100644 => 100755 physics/h2o_def.f mode change 100644 => 100755 physics/h2ointerp.f90 mode change 100644 => 100755 physics/h2ophys.f mode change 100644 => 100755 physics/h2ophys.meta mode change 100644 => 100755 physics/iccn_def.F mode change 100644 => 100755 physics/iccninterp.F90 mode change 100644 => 100755 physics/iounitdef.f mode change 100644 => 100755 physics/lsm_ruc_sfc_sice_interstitial.F90 mode change 100644 => 100755 physics/lsm_ruc_sfc_sice_interstitial.meta mode change 100644 => 100755 physics/m_micro.F90 mode change 100644 => 100755 physics/m_micro.meta mode change 100644 => 100755 physics/m_micro_interstitial.F90 mode change 100644 => 100755 physics/m_micro_interstitial.meta mode change 100644 => 100755 physics/machine.F mode change 100644 => 100755 physics/machine.meta mode change 100644 => 100755 physics/maximum_hourly_diagnostics.F90 mode change 100644 => 100755 physics/maximum_hourly_diagnostics.meta mode change 100644 => 100755 physics/mersenne_twister.f mode change 100644 => 100755 physics/mfpbl.f mode change 100644 => 100755 physics/mfpblt.f mode change 100644 => 100755 physics/mfscu.f mode change 100644 => 100755 physics/micro_mg2_0.F90 mode change 100644 => 100755 physics/micro_mg3_0.F90 mode change 100644 => 100755 physics/micro_mg_utils.F90 mode change 100644 => 100755 physics/module_MYJPBL_wrapper.F90 mode change 100644 => 100755 physics/module_MYJPBL_wrapper.meta mode change 100644 => 100755 physics/module_MYJSFC_wrapper.F90 mode change 100644 => 100755 physics/module_MYJSFC_wrapper.meta mode change 100644 => 100755 physics/module_MYNNPBL_wrapper.F90 mode change 100644 => 100755 physics/module_MYNNPBL_wrapper.meta mode change 100644 => 100755 physics/module_MYNNSFC_wrapper.F90 mode change 100644 => 100755 physics/module_MYNNSFC_wrapper.meta mode change 100644 => 100755 physics/module_MYNNrad_post.F90 mode change 100644 => 100755 physics/module_MYNNrad_post.meta mode change 100644 => 100755 physics/module_MYNNrad_pre.F90 mode change 100644 => 100755 physics/module_MYNNrad_pre.meta mode change 100644 => 100755 physics/module_bfmicrophysics.f mode change 100644 => 100755 physics/module_bl_mynn.F90 mode change 100644 => 100755 physics/module_gfdl_cloud_microphys.F90 mode change 100644 => 100755 physics/module_mp_radar.F90 mode change 100644 => 100755 physics/module_mp_thompson.F90 mode change 100644 => 100755 physics/module_mp_thompson_make_number_concentrations.F90 mode change 100644 => 100755 physics/module_nst_model.f90 mode change 100644 => 100755 physics/module_nst_parameters.f90 mode change 100644 => 100755 physics/module_nst_water_prop.f90 mode change 100644 => 100755 physics/module_sf_mynn.F90 mode change 100644 => 100755 physics/module_sf_ruclsm.F90 mode change 100644 => 100755 physics/module_soil_pre.F90 mode change 100644 => 100755 physics/moninedmf.f mode change 100644 => 100755 physics/moninedmf.meta mode change 100644 => 100755 physics/moninshoc.f mode change 100644 => 100755 physics/moninshoc.meta mode change 100644 => 100755 physics/mp_thompson.F90 mode change 100644 => 100755 physics/mp_thompson.meta mode change 100644 => 100755 physics/mp_thompson_post.F90 mode change 100644 => 100755 physics/mp_thompson_post.meta mode change 100644 => 100755 physics/mp_thompson_pre.F90 mode change 100644 => 100755 physics/mp_thompson_pre.meta mode change 100644 => 100755 physics/multi_gases.F90 mode change 100644 => 100755 physics/namelist_soilveg.f mode change 100644 => 100755 physics/namelist_soilveg_ruc.F90 mode change 100644 => 100755 physics/num_parthds.F mode change 100644 => 100755 physics/ozinterp.f90 mode change 100644 => 100755 physics/ozne_def.f mode change 100644 => 100755 physics/ozphys.f mode change 100644 => 100755 physics/ozphys.meta mode change 100644 => 100755 physics/ozphys_2015.f mode change 100644 => 100755 physics/ozphys_2015.meta mode change 100644 => 100755 physics/physcons.F90 mode change 100644 => 100755 physics/physparam.f mode change 100644 => 100755 physics/precpd.f mode change 100644 => 100755 physics/precpd.meta mode change 100644 => 100755 physics/radcons.f90 mode change 100644 => 100755 physics/radiation_aerosols.f mode change 100644 => 100755 physics/radiation_astronomy.f mode change 100644 => 100755 physics/radiation_clouds.f mode change 100644 => 100755 physics/radiation_gases.f mode change 100644 => 100755 physics/radiation_surface.f mode change 100644 => 100755 physics/radlw_datatb.f mode change 100644 => 100755 physics/radlw_main.f mode change 100644 => 100755 physics/radlw_main.meta mode change 100644 => 100755 physics/radlw_param.f mode change 100644 => 100755 physics/radlw_param.meta mode change 100644 => 100755 physics/radsw_datatb.f mode change 100644 => 100755 physics/radsw_main.f mode change 100644 => 100755 physics/radsw_main.meta mode change 100644 => 100755 physics/radsw_param.f mode change 100644 => 100755 physics/radsw_param.meta mode change 100644 => 100755 physics/rayleigh_damp.f mode change 100644 => 100755 physics/rayleigh_damp.meta mode change 100644 => 100755 physics/rrtmg_lw_post.F90 mode change 100644 => 100755 physics/rrtmg_lw_post.meta mode change 100644 => 100755 physics/rrtmg_lw_pre.F90 mode change 100644 => 100755 physics/rrtmg_lw_pre.meta mode change 100644 => 100755 physics/rrtmg_sw_post.F90 mode change 100644 => 100755 physics/rrtmg_sw_post.meta mode change 100644 => 100755 physics/rrtmg_sw_pre.F90 mode change 100644 => 100755 physics/rrtmg_sw_pre.meta mode change 100644 => 100755 physics/samfaerosols.F mode change 100644 => 100755 physics/samfdeepcnv.f mode change 100644 => 100755 physics/samfdeepcnv.meta mode change 100644 => 100755 physics/samfshalcnv.f mode change 100644 => 100755 physics/samfshalcnv.meta mode change 100644 => 100755 physics/satmedmfvdif.F mode change 100644 => 100755 physics/satmedmfvdif.meta mode change 100644 => 100755 physics/set_soilveg.f mode change 100644 => 100755 physics/set_soilveg_ruc.F90 mode change 100644 => 100755 physics/sfc_cice.f mode change 100644 => 100755 physics/sfc_cice.meta mode change 100644 => 100755 physics/sfc_diag.f mode change 100644 => 100755 physics/sfc_diag.meta mode change 100644 => 100755 physics/sfc_diag_post.F90 mode change 100644 => 100755 physics/sfc_diag_post.meta mode change 100644 => 100755 physics/sfc_diff.f mode change 100644 => 100755 physics/sfc_diff.meta mode change 100644 => 100755 physics/sfc_drv.f mode change 100644 => 100755 physics/sfc_drv.meta mode change 100644 => 100755 physics/sfc_drv_ruc.F90 mode change 100644 => 100755 physics/sfc_drv_ruc.meta mode change 100644 => 100755 physics/sfc_noahmp_drv.meta mode change 100644 => 100755 physics/sfc_noahmp_pre.meta mode change 100644 => 100755 physics/sfc_nst.f mode change 100644 => 100755 physics/sfc_nst.meta mode change 100644 => 100755 physics/sfc_ocean.F mode change 100644 => 100755 physics/sfc_ocean.meta mode change 100644 => 100755 physics/sfc_sice.f mode change 100644 => 100755 physics/sfc_sice.meta mode change 100644 => 100755 physics/sfcsub.F mode change 100644 => 100755 physics/sflx.f mode change 100644 => 100755 physics/shinhongvdif.F90 mode change 100644 => 100755 physics/shinhongvdif.meta mode change 100644 => 100755 physics/surface_perturbation.F90 mode change 100644 => 100755 physics/tridi.f mode change 100644 => 100755 physics/ugwp_driver_v0.F mode change 100644 => 100755 physics/wv_saturation.F mode change 100644 => 100755 physics/ysuvdif.F90 mode change 100644 => 100755 physics/ysuvdif.meta diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/CODEOWNERS b/CODEOWNERS old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/physics/GFDL_parse_tracers.F90 b/physics/GFDL_parse_tracers.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_DCNV_generic.F90 b/physics/GFS_DCNV_generic.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_DCNV_generic.meta b/physics/GFS_DCNV_generic.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_GWD_generic.F90 b/physics/GFS_GWD_generic.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_GWD_generic.meta b/physics/GFS_GWD_generic.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_MP_generic.F90 b/physics/GFS_MP_generic.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_MP_generic.meta b/physics/GFS_MP_generic.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_PBL_generic.F90 b/physics/GFS_PBL_generic.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_PBL_generic.meta b/physics/GFS_PBL_generic.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_SCNV_generic.F90 b/physics/GFS_SCNV_generic.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_SCNV_generic.meta b/physics/GFS_SCNV_generic.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_debug.F90 b/physics/GFS_debug.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_debug.meta b/physics/GFS_debug.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_phys_time_vary.fv3.F90 b/physics/GFS_phys_time_vary.fv3.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_phys_time_vary.fv3.meta b/physics/GFS_phys_time_vary.fv3.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_phys_time_vary.scm.F90 b/physics/GFS_phys_time_vary.scm.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_phys_time_vary.scm.meta b/physics/GFS_phys_time_vary.scm.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_rad_time_vary.fv3.F90 b/physics/GFS_rad_time_vary.fv3.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_rad_time_vary.fv3.meta b/physics/GFS_rad_time_vary.fv3.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_rad_time_vary.scm.F90 b/physics/GFS_rad_time_vary.scm.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_rad_time_vary.scm.meta b/physics/GFS_rad_time_vary.scm.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_rrtmg_post.F90 b/physics/GFS_rrtmg_post.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_rrtmg_post.meta b/physics/GFS_rrtmg_post.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_rrtmg_pre.F90 b/physics/GFS_rrtmg_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_rrtmg_pre.meta b/physics/GFS_rrtmg_pre.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_rrtmg_setup.F90 b/physics/GFS_rrtmg_setup.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_rrtmg_setup.meta b/physics/GFS_rrtmg_setup.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_stochastics.F90 b/physics/GFS_stochastics.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_stochastics.meta b/physics/GFS_stochastics.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_suite_init_finalize_test.F90 b/physics/GFS_suite_init_finalize_test.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_suite_init_finalize_test.meta b/physics/GFS_suite_init_finalize_test.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_suite_interstitial.F90 b/physics/GFS_suite_interstitial.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_suite_interstitial.meta b/physics/GFS_suite_interstitial.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_surface_composites.F90 b/physics/GFS_surface_composites.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_surface_composites.meta b/physics/GFS_surface_composites.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_surface_generic.F90 b/physics/GFS_surface_generic.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_surface_generic.meta b/physics/GFS_surface_generic.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_surface_loop_control.F90 b/physics/GFS_surface_loop_control.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_surface_loop_control.meta b/physics/GFS_surface_loop_control.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_time_vary_pre.fv3.F90 b/physics/GFS_time_vary_pre.fv3.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_time_vary_pre.fv3.meta b/physics/GFS_time_vary_pre.fv3.meta old mode 100644 new mode 100755 diff --git a/physics/GFS_time_vary_pre.scm.F90 b/physics/GFS_time_vary_pre.scm.F90 old mode 100644 new mode 100755 diff --git a/physics/GFS_time_vary_pre.scm.meta b/physics/GFS_time_vary_pre.scm.meta old mode 100644 new mode 100755 diff --git a/physics/aer_cloud.F b/physics/aer_cloud.F old mode 100644 new mode 100755 diff --git a/physics/aerclm_def.F b/physics/aerclm_def.F old mode 100644 new mode 100755 diff --git a/physics/aerinterp.F90 b/physics/aerinterp.F90 old mode 100644 new mode 100755 diff --git a/physics/calpreciptype.f90 b/physics/calpreciptype.f90 old mode 100644 new mode 100755 diff --git a/physics/cires_orowam2017.f b/physics/cires_orowam2017.f old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp.F90 b/physics/cires_ugwp.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp.meta b/physics/cires_ugwp.meta old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp_initialize.F90 b/physics/cires_ugwp_initialize.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp_module.F90 b/physics/cires_ugwp_module.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp_post.meta b/physics/cires_ugwp_post.meta old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp_solvers.F90 b/physics/cires_ugwp_solvers.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp_triggers.F90 b/physics/cires_ugwp_triggers.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_ugwp_utils.F90 b/physics/cires_ugwp_utils.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_vert_lsatdis.F90 b/physics/cires_vert_lsatdis.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_vert_orodis.F90 b/physics/cires_vert_orodis.F90 old mode 100644 new mode 100755 diff --git a/physics/cires_vert_wmsdis.F90 b/physics/cires_vert_wmsdis.F90 old mode 100644 new mode 100755 diff --git a/physics/cldmacro.F b/physics/cldmacro.F old mode 100644 new mode 100755 diff --git a/physics/cldwat2m_micro.F b/physics/cldwat2m_micro.F old mode 100644 new mode 100755 diff --git a/physics/cnvc90.f b/physics/cnvc90.f old mode 100644 new mode 100755 diff --git a/physics/cnvc90.meta b/physics/cnvc90.meta old mode 100644 new mode 100755 diff --git a/physics/cs_conv.F90 b/physics/cs_conv.F90 old mode 100644 new mode 100755 diff --git a/physics/cs_conv.meta b/physics/cs_conv.meta old mode 100644 new mode 100755 diff --git a/physics/cs_conv_aw_adj.F90 b/physics/cs_conv_aw_adj.F90 old mode 100644 new mode 100755 diff --git a/physics/cs_conv_aw_adj.meta b/physics/cs_conv_aw_adj.meta old mode 100644 new mode 100755 diff --git a/physics/cu_gf_deep.F90 b/physics/cu_gf_deep.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_gf_driver.F90 b/physics/cu_gf_driver.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_gf_driver.meta b/physics/cu_gf_driver.meta old mode 100644 new mode 100755 diff --git a/physics/cu_gf_driver_post.F90 b/physics/cu_gf_driver_post.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_gf_driver_post.meta b/physics/cu_gf_driver_post.meta old mode 100644 new mode 100755 diff --git a/physics/cu_gf_driver_pre.F90 b/physics/cu_gf_driver_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_gf_driver_pre.meta b/physics/cu_gf_driver_pre.meta old mode 100644 new mode 100755 diff --git a/physics/cu_gf_sh.F90 b/physics/cu_gf_sh.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_ntiedtke.F90 b/physics/cu_ntiedtke.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_ntiedtke.meta b/physics/cu_ntiedtke.meta old mode 100644 new mode 100755 diff --git a/physics/cu_ntiedtke_post.F90 b/physics/cu_ntiedtke_post.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_ntiedtke_post.meta b/physics/cu_ntiedtke_post.meta old mode 100644 new mode 100755 diff --git a/physics/cu_ntiedtke_pre.F90 b/physics/cu_ntiedtke_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/cu_ntiedtke_pre.meta b/physics/cu_ntiedtke_pre.meta old mode 100644 new mode 100755 diff --git a/physics/date_def.f b/physics/date_def.f old mode 100644 new mode 100755 diff --git a/physics/dcyc2.f b/physics/dcyc2.f old mode 100644 new mode 100755 diff --git a/physics/dcyc2.meta b/physics/dcyc2.meta old mode 100644 new mode 100755 diff --git a/physics/docs/ccpp_dox b/physics/docs/ccpp_dox old mode 100644 new mode 100755 diff --git a/physics/docs/ccpp_dox_extra_style.css b/physics/docs/ccpp_dox_extra_style.css old mode 100644 new mode 100755 diff --git a/physics/docs/ccpp_dox_layout.xml b/physics/docs/ccpp_dox_layout.xml old mode 100644 new mode 100755 diff --git a/physics/docs/ccpp_doxyfile b/physics/docs/ccpp_doxyfile old mode 100644 new mode 100755 diff --git a/physics/docs/ccpplatex_dox b/physics/docs/ccpplatex_dox old mode 100644 new mode 100755 diff --git a/physics/docs/ccppv3_doxyfile b/physics/docs/ccppv3_doxyfile old mode 100644 new mode 100755 diff --git a/physics/docs/ccppv3_fv3_doxyfile b/physics/docs/ccppv3_fv3_doxyfile old mode 100644 new mode 100755 diff --git a/physics/docs/img/FV3_structure.png b/physics/docs/img/FV3_structure.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/GFS_gwdc.png b/physics/docs/img/GFS_gwdc.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/GFS_sice_wonton2000_fig1.png b/physics/docs/img/GFS_sice_wonton2000_fig1.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/GFS_stochy_spread.png b/physics/docs/img/GFS_stochy_spread.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/GFS_zhaocarr_schematic.png b/physics/docs/img/GFS_zhaocarr_schematic.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/GSD_thompson.png b/physics/docs/img/GSD_thompson.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/MG3_MP_diagram.png b/physics/docs/img/MG3_MP_diagram.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/MYNN-EDMF_call_order.png b/physics/docs/img/MYNN-EDMF_call_order.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/NSST.png b/physics/docs/img/NSST.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/NSST_schematic.png b/physics/docs/img/NSST_schematic.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/Noah_LA_interaction.png b/physics/docs/img/Noah_LA_interaction.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/dtc_logo.png b/physics/docs/img/dtc_logo.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/gfdl_cloud_mp_diagram.png b/physics/docs/img/gfdl_cloud_mp_diagram.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/land_dataset.png b/physics/docs/img/land_dataset.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/precpd-micop.png b/physics/docs/img/precpd-micop.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/rad_gas_AGGI.png b/physics/docs/img/rad_gas_AGGI.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/roughness_length_fig1.png b/physics/docs/img/roughness_length_fig1.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/roughness_length_fig2.png b/physics/docs/img/roughness_length_fig2.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/ruc_lsm_frozen_precip.png b/physics/docs/img/ruc_lsm_frozen_precip.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/ruc_lsm_heterogeneity.png b/physics/docs/img/ruc_lsm_heterogeneity.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/ruc_lsm_mosaic.png b/physics/docs/img/ruc_lsm_mosaic.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/ruc_lsm_veg_soil.png b/physics/docs/img/ruc_lsm_veg_soil.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/schematic_Rad_mod.png b/physics/docs/img/schematic_Rad_mod.png old mode 100644 new mode 100755 diff --git a/physics/docs/img/schematic_sice.png b/physics/docs/img/schematic_sice.png old mode 100644 new mode 100755 diff --git a/physics/docs/library.bib b/physics/docs/library.bib old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/CPT_CSAW.txt b/physics/docs/pdftxt/CPT_CSAW.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/CPT_MG3.txt b/physics/docs/pdftxt/CPT_MG3.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/CPT_adv_suite.txt b/physics/docs/pdftxt/CPT_adv_suite.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFDL_cloud.txt b/physics/docs/pdftxt/GFDL_cloud.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt b/physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_GWDC.txt b/physics/docs/pdftxt/GFS_GWDC.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_GWDPS.txt b/physics/docs/pdftxt/GFS_GWDPS.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_H2OPHYS.txt b/physics/docs/pdftxt/GFS_H2OPHYS.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_HEDMF.txt b/physics/docs/pdftxt/GFS_HEDMF.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_NOAH.txt b/physics/docs/pdftxt/GFS_NOAH.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_NSST.txt b/physics/docs/pdftxt/GFS_NSST.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_OZPHYS.txt b/physics/docs/pdftxt/GFS_OZPHYS.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_RAYLEIGH.txt b/physics/docs/pdftxt/GFS_RAYLEIGH.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_RRTMG.txt b/physics/docs/pdftxt/GFS_RRTMG.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SAMF.txt b/physics/docs/pdftxt/GFS_SAMF.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SAMFdeep.txt b/physics/docs/pdftxt/GFS_SAMFdeep.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SAMFshal.txt b/physics/docs/pdftxt/GFS_SAMFshal.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SATMEDMF.txt b/physics/docs/pdftxt/GFS_SATMEDMF.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SFCLYR.txt b/physics/docs/pdftxt/GFS_SFCLYR.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SFCSICE.txt b/physics/docs/pdftxt/GFS_SFCSICE.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt b/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save b/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_SURFACE_PERT.txt b/physics/docs/pdftxt/GFS_SURFACE_PERT.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFS_ZHAOC.txt b/physics/docs/pdftxt/GFS_ZHAOC.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFSphys_namelist.txt b/physics/docs/pdftxt/GFSphys_namelist.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFSv14_suite.txt b/physics/docs/pdftxt/GFSv14_suite.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFSv15_suite.txt b/physics/docs/pdftxt/GFSv15_suite.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt b/physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GSD_CU_GF_deep.txt b/physics/docs/pdftxt/GSD_CU_GF_deep.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GSD_MYNN_EDMF.txt b/physics/docs/pdftxt/GSD_MYNN_EDMF.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GSD_RUCLSM.txt b/physics/docs/pdftxt/GSD_RUCLSM.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GSD_THOMPSON.txt b/physics/docs/pdftxt/GSD_THOMPSON.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/GSD_adv_suite.txt b/physics/docs/pdftxt/GSD_adv_suite.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/MG_double.txt b/physics/docs/pdftxt/MG_double.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/all_shemes_list.txt b/physics/docs/pdftxt/all_shemes_list.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/all_shemes_list.txt.FV3 b/physics/docs/pdftxt/all_shemes_list.txt.FV3 old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/code_overview.txt b/physics/docs/pdftxt/code_overview.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/code_overview.txt.Aug17 b/physics/docs/pdftxt/code_overview.txt.Aug17 old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/mainpage.txt b/physics/docs/pdftxt/mainpage.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/mainpage.txt.Aug17 b/physics/docs/pdftxt/mainpage.txt.Aug17 old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/rad_cld.txt b/physics/docs/pdftxt/rad_cld.txt old mode 100644 new mode 100755 diff --git a/physics/docs/pdftxt/suite_input.nml.txt b/physics/docs/pdftxt/suite_input.nml.txt old mode 100644 new mode 100755 diff --git a/physics/drag_suite.F90 b/physics/drag_suite.F90 old mode 100644 new mode 100755 diff --git a/physics/drag_suite.meta b/physics/drag_suite.meta old mode 100644 new mode 100755 diff --git a/physics/funcphys.f90 b/physics/funcphys.f90 old mode 100644 new mode 100755 diff --git a/physics/gcm_shoc.F90 b/physics/gcm_shoc.F90 old mode 100644 new mode 100755 diff --git a/physics/gcm_shoc.meta b/physics/gcm_shoc.meta old mode 100644 new mode 100755 diff --git a/physics/gcycle.F90 b/physics/gcycle.F90 old mode 100644 new mode 100755 diff --git a/physics/get_prs_fv3.F90 b/physics/get_prs_fv3.F90 old mode 100644 new mode 100755 diff --git a/physics/get_prs_fv3.meta b/physics/get_prs_fv3.meta old mode 100644 new mode 100755 diff --git a/physics/gfdl_cloud_microphys.F90 b/physics/gfdl_cloud_microphys.F90 old mode 100644 new mode 100755 diff --git a/physics/gfdl_cloud_microphys.meta b/physics/gfdl_cloud_microphys.meta old mode 100644 new mode 100755 diff --git a/physics/gfdl_fv_sat_adj.F90 b/physics/gfdl_fv_sat_adj.F90 old mode 100644 new mode 100755 diff --git a/physics/gfdl_fv_sat_adj.meta b/physics/gfdl_fv_sat_adj.meta old mode 100644 new mode 100755 diff --git a/physics/gfs_phy_tracer_config.F b/physics/gfs_phy_tracer_config.F old mode 100644 new mode 100755 diff --git a/physics/gmtb_scm_sfc_flux_spec.F90 b/physics/gmtb_scm_sfc_flux_spec.F90 old mode 100644 new mode 100755 diff --git a/physics/gmtb_scm_sfc_flux_spec.meta b/physics/gmtb_scm_sfc_flux_spec.meta old mode 100644 new mode 100755 diff --git a/physics/gocart_tracer_config_stub.f b/physics/gocart_tracer_config_stub.f old mode 100644 new mode 100755 diff --git a/physics/gscond.f b/physics/gscond.f old mode 100644 new mode 100755 diff --git a/physics/gscond.meta b/physics/gscond.meta old mode 100644 new mode 100755 diff --git a/physics/gwdc.f b/physics/gwdc.f old mode 100644 new mode 100755 diff --git a/physics/gwdc.meta b/physics/gwdc.meta old mode 100644 new mode 100755 diff --git a/physics/gwdps.f b/physics/gwdps.f old mode 100644 new mode 100755 diff --git a/physics/gwdps.meta b/physics/gwdps.meta old mode 100644 new mode 100755 diff --git a/physics/h2o_def.f b/physics/h2o_def.f old mode 100644 new mode 100755 diff --git a/physics/h2ointerp.f90 b/physics/h2ointerp.f90 old mode 100644 new mode 100755 diff --git a/physics/h2ophys.f b/physics/h2ophys.f old mode 100644 new mode 100755 diff --git a/physics/h2ophys.meta b/physics/h2ophys.meta old mode 100644 new mode 100755 diff --git a/physics/iccn_def.F b/physics/iccn_def.F old mode 100644 new mode 100755 diff --git a/physics/iccninterp.F90 b/physics/iccninterp.F90 old mode 100644 new mode 100755 diff --git a/physics/iounitdef.f b/physics/iounitdef.f old mode 100644 new mode 100755 diff --git a/physics/lsm_ruc_sfc_sice_interstitial.F90 b/physics/lsm_ruc_sfc_sice_interstitial.F90 old mode 100644 new mode 100755 diff --git a/physics/lsm_ruc_sfc_sice_interstitial.meta b/physics/lsm_ruc_sfc_sice_interstitial.meta old mode 100644 new mode 100755 diff --git a/physics/m_micro.F90 b/physics/m_micro.F90 old mode 100644 new mode 100755 diff --git a/physics/m_micro.meta b/physics/m_micro.meta old mode 100644 new mode 100755 diff --git a/physics/m_micro_interstitial.F90 b/physics/m_micro_interstitial.F90 old mode 100644 new mode 100755 diff --git a/physics/m_micro_interstitial.meta b/physics/m_micro_interstitial.meta old mode 100644 new mode 100755 diff --git a/physics/machine.F b/physics/machine.F old mode 100644 new mode 100755 diff --git a/physics/machine.meta b/physics/machine.meta old mode 100644 new mode 100755 diff --git a/physics/maximum_hourly_diagnostics.F90 b/physics/maximum_hourly_diagnostics.F90 old mode 100644 new mode 100755 diff --git a/physics/maximum_hourly_diagnostics.meta b/physics/maximum_hourly_diagnostics.meta old mode 100644 new mode 100755 diff --git a/physics/mersenne_twister.f b/physics/mersenne_twister.f old mode 100644 new mode 100755 diff --git a/physics/mfpbl.f b/physics/mfpbl.f old mode 100644 new mode 100755 diff --git a/physics/mfpblt.f b/physics/mfpblt.f old mode 100644 new mode 100755 diff --git a/physics/mfscu.f b/physics/mfscu.f old mode 100644 new mode 100755 diff --git a/physics/micro_mg2_0.F90 b/physics/micro_mg2_0.F90 old mode 100644 new mode 100755 diff --git a/physics/micro_mg3_0.F90 b/physics/micro_mg3_0.F90 old mode 100644 new mode 100755 diff --git a/physics/micro_mg_utils.F90 b/physics/micro_mg_utils.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYJPBL_wrapper.F90 b/physics/module_MYJPBL_wrapper.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYJPBL_wrapper.meta b/physics/module_MYJPBL_wrapper.meta old mode 100644 new mode 100755 diff --git a/physics/module_MYJSFC_wrapper.F90 b/physics/module_MYJSFC_wrapper.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYJSFC_wrapper.meta b/physics/module_MYJSFC_wrapper.meta old mode 100644 new mode 100755 diff --git a/physics/module_MYNNPBL_wrapper.F90 b/physics/module_MYNNPBL_wrapper.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYNNPBL_wrapper.meta b/physics/module_MYNNPBL_wrapper.meta old mode 100644 new mode 100755 diff --git a/physics/module_MYNNSFC_wrapper.F90 b/physics/module_MYNNSFC_wrapper.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYNNSFC_wrapper.meta b/physics/module_MYNNSFC_wrapper.meta old mode 100644 new mode 100755 diff --git a/physics/module_MYNNrad_post.F90 b/physics/module_MYNNrad_post.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYNNrad_post.meta b/physics/module_MYNNrad_post.meta old mode 100644 new mode 100755 diff --git a/physics/module_MYNNrad_pre.F90 b/physics/module_MYNNrad_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/module_MYNNrad_pre.meta b/physics/module_MYNNrad_pre.meta old mode 100644 new mode 100755 diff --git a/physics/module_bfmicrophysics.f b/physics/module_bfmicrophysics.f old mode 100644 new mode 100755 diff --git a/physics/module_bl_mynn.F90 b/physics/module_bl_mynn.F90 old mode 100644 new mode 100755 diff --git a/physics/module_gfdl_cloud_microphys.F90 b/physics/module_gfdl_cloud_microphys.F90 old mode 100644 new mode 100755 diff --git a/physics/module_mp_radar.F90 b/physics/module_mp_radar.F90 old mode 100644 new mode 100755 diff --git a/physics/module_mp_thompson.F90 b/physics/module_mp_thompson.F90 old mode 100644 new mode 100755 diff --git a/physics/module_mp_thompson_make_number_concentrations.F90 b/physics/module_mp_thompson_make_number_concentrations.F90 old mode 100644 new mode 100755 diff --git a/physics/module_nst_model.f90 b/physics/module_nst_model.f90 old mode 100644 new mode 100755 diff --git a/physics/module_nst_parameters.f90 b/physics/module_nst_parameters.f90 old mode 100644 new mode 100755 diff --git a/physics/module_nst_water_prop.f90 b/physics/module_nst_water_prop.f90 old mode 100644 new mode 100755 diff --git a/physics/module_sf_mynn.F90 b/physics/module_sf_mynn.F90 old mode 100644 new mode 100755 diff --git a/physics/module_sf_ruclsm.F90 b/physics/module_sf_ruclsm.F90 old mode 100644 new mode 100755 diff --git a/physics/module_soil_pre.F90 b/physics/module_soil_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/moninedmf.f b/physics/moninedmf.f old mode 100644 new mode 100755 diff --git a/physics/moninedmf.meta b/physics/moninedmf.meta old mode 100644 new mode 100755 diff --git a/physics/moninshoc.f b/physics/moninshoc.f old mode 100644 new mode 100755 diff --git a/physics/moninshoc.meta b/physics/moninshoc.meta old mode 100644 new mode 100755 diff --git a/physics/mp_thompson.F90 b/physics/mp_thompson.F90 old mode 100644 new mode 100755 diff --git a/physics/mp_thompson.meta b/physics/mp_thompson.meta old mode 100644 new mode 100755 diff --git a/physics/mp_thompson_post.F90 b/physics/mp_thompson_post.F90 old mode 100644 new mode 100755 diff --git a/physics/mp_thompson_post.meta b/physics/mp_thompson_post.meta old mode 100644 new mode 100755 diff --git a/physics/mp_thompson_pre.F90 b/physics/mp_thompson_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/mp_thompson_pre.meta b/physics/mp_thompson_pre.meta old mode 100644 new mode 100755 diff --git a/physics/multi_gases.F90 b/physics/multi_gases.F90 old mode 100644 new mode 100755 diff --git a/physics/namelist_soilveg.f b/physics/namelist_soilveg.f old mode 100644 new mode 100755 diff --git a/physics/namelist_soilveg_ruc.F90 b/physics/namelist_soilveg_ruc.F90 old mode 100644 new mode 100755 diff --git a/physics/num_parthds.F b/physics/num_parthds.F old mode 100644 new mode 100755 diff --git a/physics/ozinterp.f90 b/physics/ozinterp.f90 old mode 100644 new mode 100755 diff --git a/physics/ozne_def.f b/physics/ozne_def.f old mode 100644 new mode 100755 diff --git a/physics/ozphys.f b/physics/ozphys.f old mode 100644 new mode 100755 diff --git a/physics/ozphys.meta b/physics/ozphys.meta old mode 100644 new mode 100755 diff --git a/physics/ozphys_2015.f b/physics/ozphys_2015.f old mode 100644 new mode 100755 diff --git a/physics/ozphys_2015.meta b/physics/ozphys_2015.meta old mode 100644 new mode 100755 diff --git a/physics/physcons.F90 b/physics/physcons.F90 old mode 100644 new mode 100755 diff --git a/physics/physparam.f b/physics/physparam.f old mode 100644 new mode 100755 diff --git a/physics/precpd.f b/physics/precpd.f old mode 100644 new mode 100755 diff --git a/physics/precpd.meta b/physics/precpd.meta old mode 100644 new mode 100755 diff --git a/physics/radcons.f90 b/physics/radcons.f90 old mode 100644 new mode 100755 diff --git a/physics/radiation_aerosols.f b/physics/radiation_aerosols.f old mode 100644 new mode 100755 diff --git a/physics/radiation_astronomy.f b/physics/radiation_astronomy.f old mode 100644 new mode 100755 diff --git a/physics/radiation_clouds.f b/physics/radiation_clouds.f old mode 100644 new mode 100755 diff --git a/physics/radiation_gases.f b/physics/radiation_gases.f old mode 100644 new mode 100755 diff --git a/physics/radiation_surface.f b/physics/radiation_surface.f old mode 100644 new mode 100755 diff --git a/physics/radlw_datatb.f b/physics/radlw_datatb.f old mode 100644 new mode 100755 diff --git a/physics/radlw_main.f b/physics/radlw_main.f old mode 100644 new mode 100755 diff --git a/physics/radlw_main.meta b/physics/radlw_main.meta old mode 100644 new mode 100755 diff --git a/physics/radlw_param.f b/physics/radlw_param.f old mode 100644 new mode 100755 diff --git a/physics/radlw_param.meta b/physics/radlw_param.meta old mode 100644 new mode 100755 diff --git a/physics/radsw_datatb.f b/physics/radsw_datatb.f old mode 100644 new mode 100755 diff --git a/physics/radsw_main.f b/physics/radsw_main.f old mode 100644 new mode 100755 diff --git a/physics/radsw_main.meta b/physics/radsw_main.meta old mode 100644 new mode 100755 diff --git a/physics/radsw_param.f b/physics/radsw_param.f old mode 100644 new mode 100755 diff --git a/physics/radsw_param.meta b/physics/radsw_param.meta old mode 100644 new mode 100755 diff --git a/physics/rayleigh_damp.f b/physics/rayleigh_damp.f old mode 100644 new mode 100755 diff --git a/physics/rayleigh_damp.meta b/physics/rayleigh_damp.meta old mode 100644 new mode 100755 diff --git a/physics/rrtmg_lw_post.F90 b/physics/rrtmg_lw_post.F90 old mode 100644 new mode 100755 diff --git a/physics/rrtmg_lw_post.meta b/physics/rrtmg_lw_post.meta old mode 100644 new mode 100755 diff --git a/physics/rrtmg_lw_pre.F90 b/physics/rrtmg_lw_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/rrtmg_lw_pre.meta b/physics/rrtmg_lw_pre.meta old mode 100644 new mode 100755 diff --git a/physics/rrtmg_sw_post.F90 b/physics/rrtmg_sw_post.F90 old mode 100644 new mode 100755 diff --git a/physics/rrtmg_sw_post.meta b/physics/rrtmg_sw_post.meta old mode 100644 new mode 100755 diff --git a/physics/rrtmg_sw_pre.F90 b/physics/rrtmg_sw_pre.F90 old mode 100644 new mode 100755 diff --git a/physics/rrtmg_sw_pre.meta b/physics/rrtmg_sw_pre.meta old mode 100644 new mode 100755 diff --git a/physics/samfaerosols.F b/physics/samfaerosols.F old mode 100644 new mode 100755 diff --git a/physics/samfdeepcnv.f b/physics/samfdeepcnv.f old mode 100644 new mode 100755 diff --git a/physics/samfdeepcnv.meta b/physics/samfdeepcnv.meta old mode 100644 new mode 100755 diff --git a/physics/samfshalcnv.f b/physics/samfshalcnv.f old mode 100644 new mode 100755 diff --git a/physics/samfshalcnv.meta b/physics/samfshalcnv.meta old mode 100644 new mode 100755 diff --git a/physics/satmedmfvdif.F b/physics/satmedmfvdif.F old mode 100644 new mode 100755 diff --git a/physics/satmedmfvdif.meta b/physics/satmedmfvdif.meta old mode 100644 new mode 100755 diff --git a/physics/set_soilveg.f b/physics/set_soilveg.f old mode 100644 new mode 100755 diff --git a/physics/set_soilveg_ruc.F90 b/physics/set_soilveg_ruc.F90 old mode 100644 new mode 100755 diff --git a/physics/sfc_cice.f b/physics/sfc_cice.f old mode 100644 new mode 100755 diff --git a/physics/sfc_cice.meta b/physics/sfc_cice.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_diag.f b/physics/sfc_diag.f old mode 100644 new mode 100755 diff --git a/physics/sfc_diag.meta b/physics/sfc_diag.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_diag_post.F90 b/physics/sfc_diag_post.F90 old mode 100644 new mode 100755 diff --git a/physics/sfc_diag_post.meta b/physics/sfc_diag_post.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_diff.f b/physics/sfc_diff.f old mode 100644 new mode 100755 diff --git a/physics/sfc_diff.meta b/physics/sfc_diff.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_drv.f b/physics/sfc_drv.f old mode 100644 new mode 100755 diff --git a/physics/sfc_drv.meta b/physics/sfc_drv.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_drv_ruc.F90 b/physics/sfc_drv_ruc.F90 old mode 100644 new mode 100755 diff --git a/physics/sfc_drv_ruc.meta b/physics/sfc_drv_ruc.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_noahmp_drv.meta b/physics/sfc_noahmp_drv.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_noahmp_pre.meta b/physics/sfc_noahmp_pre.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_nst.f b/physics/sfc_nst.f old mode 100644 new mode 100755 diff --git a/physics/sfc_nst.meta b/physics/sfc_nst.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_ocean.F b/physics/sfc_ocean.F old mode 100644 new mode 100755 diff --git a/physics/sfc_ocean.meta b/physics/sfc_ocean.meta old mode 100644 new mode 100755 diff --git a/physics/sfc_sice.f b/physics/sfc_sice.f old mode 100644 new mode 100755 diff --git a/physics/sfc_sice.meta b/physics/sfc_sice.meta old mode 100644 new mode 100755 diff --git a/physics/sfcsub.F b/physics/sfcsub.F old mode 100644 new mode 100755 diff --git a/physics/sflx.f b/physics/sflx.f old mode 100644 new mode 100755 diff --git a/physics/shinhongvdif.F90 b/physics/shinhongvdif.F90 old mode 100644 new mode 100755 diff --git a/physics/shinhongvdif.meta b/physics/shinhongvdif.meta old mode 100644 new mode 100755 diff --git a/physics/surface_perturbation.F90 b/physics/surface_perturbation.F90 old mode 100644 new mode 100755 diff --git a/physics/tridi.f b/physics/tridi.f old mode 100644 new mode 100755 diff --git a/physics/ugwp_driver_v0.F b/physics/ugwp_driver_v0.F old mode 100644 new mode 100755 diff --git a/physics/wv_saturation.F b/physics/wv_saturation.F old mode 100644 new mode 100755 diff --git a/physics/ysuvdif.F90 b/physics/ysuvdif.F90 old mode 100644 new mode 100755 diff --git a/physics/ysuvdif.meta b/physics/ysuvdif.meta old mode 100644 new mode 100755 From 71d93a74d923c2f09539b83e3fcdb417d37e97e5 Mon Sep 17 00:00:00 2001 From: HenryJuang-NOAA Date: Thu, 12 Nov 2020 08:07:19 -0600 Subject: [PATCH 04/11] correct time_step in name --- physics/GFS_rrtmg_setup.meta | 4 ++-- physics/dcyc2.meta | 8 ++++---- physics/moninedmf.meta | 4 ++-- physics/satmedmfvdif.meta | 4 ++-- physics/ysuvdif.meta | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/physics/GFS_rrtmg_setup.meta b/physics/GFS_rrtmg_setup.meta index bd9be06db..e55147d66 100755 --- a/physics/GFS_rrtmg_setup.meta +++ b/physics/GFS_rrtmg_setup.meta @@ -17,8 +17,8 @@ intent = in optional = F [levr] - standard_name = adjusted_vertical_layer_dimension_for_radiation - long_name = number of vertical layers for radiation + standard_name = number_of_vertical_layers_for_radiation_calculations + long_name = number of vertical levels for radiation calculations units = count dimensions = () type = integer diff --git a/physics/dcyc2.meta b/physics/dcyc2.meta index 36d4a3259..6fbc7f8b6 100755 --- a/physics/dcyc2.meta +++ b/physics/dcyc2.meta @@ -179,7 +179,7 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step long_name = total sky shortwave heating rate on radiation time step units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) @@ -188,7 +188,7 @@ intent = in optional = F [swhc] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step long_name = clear sky shortwave heating rate on radiation time step units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) @@ -197,7 +197,7 @@ intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step long_name = total sky longwave heating rate on radiation time step units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) @@ -206,7 +206,7 @@ intent = in optional = F [hlwc] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step long_name = clear sky longwave heating rate on radiation time step units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) diff --git a/physics/moninedmf.meta b/physics/moninedmf.meta index 93b51dace..b14dbd2fc 100755 --- a/physics/moninedmf.meta +++ b/physics/moninedmf.meta @@ -143,7 +143,7 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step long_name = total sky shortwave heating rate units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) @@ -152,7 +152,7 @@ intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step long_name = total sky longwave heating rate units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) diff --git a/physics/satmedmfvdif.meta b/physics/satmedmfvdif.meta index 511df6d41..d860e3310 100755 --- a/physics/satmedmfvdif.meta +++ b/physics/satmedmfvdif.meta @@ -247,7 +247,7 @@ intent = in optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step long_name = total sky shortwave heating rate units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) @@ -256,7 +256,7 @@ intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step long_name = total sky longwave heating rate units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) diff --git a/physics/ysuvdif.meta b/physics/ysuvdif.meta index f13a99b81..9ba31ed27 100755 --- a/physics/ysuvdif.meta +++ b/physics/ysuvdif.meta @@ -123,7 +123,7 @@ intent = inout optional = F [swh] - standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step long_name = total sky shortwave heating rate units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) @@ -132,7 +132,7 @@ intent = in optional = F [hlw] - standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep + standard_name = tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step long_name = total sky longwave heating rate units = K s-1 dimensions = (horizontal_loop_extent,vertical_dimension) From b61465661adfee7e5367eaac4642f76973c53ce7 Mon Sep 17 00:00:00 2001 From: HenryJuang-NOAA Date: Sat, 14 Nov 2020 14:00:03 -0600 Subject: [PATCH 05/11] use Cmake and can be compiled in orion --- physics/docs/pdftxt/suite_input.nml.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/physics/docs/pdftxt/suite_input.nml.txt b/physics/docs/pdftxt/suite_input.nml.txt index 2565c58eb..e042fa20b 100755 --- a/physics/docs/pdftxt/suite_input.nml.txt +++ b/physics/docs/pdftxt/suite_input.nml.txt @@ -30,7 +30,6 @@ and how stochastic perturbations are used in the Noah Land Surface Model. cplflx gfs_control_type logical flag for cplflx collection .false. cplwav gfs_control_type logical flag for cplwav collection .false. cplchm gfs_control_type logical flag for chemistry collection .false. -lsidea gfs_control_type logical flag for idealized physics .false. oz_phys gfs_control_type flag for old (2006) ozone physics .true. oz_phys_2015 gfs_control_type flag for new (2015) ozone physics .false. fhcyc gfs_control_type frequency for surface data cycling in hours 0.0 From 92bf0d4809ce160c57762296fe3b9fefbba506ec Mon Sep 17 00:00:00 2001 From: "henry.juang" Date: Thu, 18 Feb 2021 20:14:40 +0000 Subject: [PATCH 06/11] fix spfo3 for ntoz --- physics/gfs_phy_tracer_config.F | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/physics/gfs_phy_tracer_config.F b/physics/gfs_phy_tracer_config.F index 8ed7443d3..0bfe25f21 100755 --- a/physics/gfs_phy_tracer_config.F +++ b/physics/gfs_phy_tracer_config.F @@ -1,4 +1,3 @@ -#undef MULTI_GASES ! !! ! Module: gfs_phy_tracer_config @@ -135,7 +134,6 @@ subroutine tracer_config_init (ntrac,ntoz,ntcw,ncld, !--- fill in met tracers gfs_phy_tracer%vname(1) = 'spfh' - if(ntoz > 0) gfs_phy_tracer%vname(ntoz) = 'o3mr' if(ntcw > 0) gfs_phy_tracer%vname(ntcw) = 'clwmr' if(ntiw > 0) gfs_phy_tracer%vname(ntiw) = 'climr' if(ntlnc > 0) gfs_phy_tracer%vname(ntlnc) = 'lnc' @@ -146,10 +144,12 @@ subroutine tracer_config_init (ntrac,ntoz,ntcw,ncld, if(ntsnc > 0) gfs_phy_tracer%vname(ntsnc) = 'snc' if(ntke > 0) gfs_phy_tracer%vname(ntke) = 'tke' #ifdef MULTI_GASES - print *,' ++++ nto nto2 ',nto,nto2 + print *,' ++++ ntoz nto nto2 ',ntoz,nto,nto2 + if(ntoz > 0) gfs_phy_tracer%vname(ntoz) = 'spfo3' if(nto > 0) gfs_phy_tracer%vname(nto) = 'spfo' if(nto2 > 0) gfs_phy_tracer%vname(nto2) = 'spfo2' #else + if(ntoz > 0) gfs_phy_tracer%vname(ntoz) = 'o3mr' if(nto > 0) gfs_phy_tracer%vname(nto) = 'o' if(nto2 > 0) gfs_phy_tracer%vname(nto2) = 'o2' #endif From 8dc1da1625e327236d884d86c53b63f391313979 Mon Sep 17 00:00:00 2001 From: "henry.juang" Date: Fri, 19 Feb 2021 22:23:06 +0000 Subject: [PATCH 07/11] change spfox to spox for consistency with sphum. --- physics/gfs_phy_tracer_config.F | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/physics/gfs_phy_tracer_config.F b/physics/gfs_phy_tracer_config.F index 0bfe25f21..db9d7b0a9 100755 --- a/physics/gfs_phy_tracer_config.F +++ b/physics/gfs_phy_tracer_config.F @@ -145,9 +145,9 @@ subroutine tracer_config_init (ntrac,ntoz,ntcw,ncld, if(ntke > 0) gfs_phy_tracer%vname(ntke) = 'tke' #ifdef MULTI_GASES print *,' ++++ ntoz nto nto2 ',ntoz,nto,nto2 - if(ntoz > 0) gfs_phy_tracer%vname(ntoz) = 'spfo3' - if(nto > 0) gfs_phy_tracer%vname(nto) = 'spfo' - if(nto2 > 0) gfs_phy_tracer%vname(nto2) = 'spfo2' + if(ntoz > 0) gfs_phy_tracer%vname(ntoz) = 'spo3' + if(nto > 0) gfs_phy_tracer%vname(nto) = 'spo' + if(nto2 > 0) gfs_phy_tracer%vname(nto2) = 'spo2' #else if(ntoz > 0) gfs_phy_tracer%vname(ntoz) = 'o3mr' if(nto > 0) gfs_phy_tracer%vname(nto) = 'o' From 65af4c117cbbe79a3fe3624bdefed661b7add94c Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Tue, 27 Jul 2021 16:34:58 +0000 Subject: [PATCH 08/11] Change file permissions --- CMakeLists.txt | 0 CODEOWNERS | 0 LICENSE | 0 README.md | 0 physics/GFDL_parse_tracers.F90 | 0 physics/GFS_DCNV_generic.F90 | 0 physics/GFS_DCNV_generic.meta | 0 physics/GFS_GWD_generic.F90 | 0 physics/GFS_GWD_generic.meta | 0 physics/GFS_MP_generic.F90 | 0 physics/GFS_MP_generic.meta | 0 physics/GFS_PBL_generic.F90 | 0 physics/GFS_PBL_generic.meta | 0 physics/GFS_SCNV_generic.F90 | 0 physics/GFS_SCNV_generic.meta | 0 physics/GFS_debug.F90 | 0 physics/GFS_debug.meta | 0 physics/GFS_phys_time_vary.fv3.F90 | 0 physics/GFS_phys_time_vary.fv3.meta | 0 physics/GFS_phys_time_vary.scm.F90 | 0 physics/GFS_phys_time_vary.scm.meta | 0 physics/GFS_rad_time_vary.fv3.F90 | 0 physics/GFS_rad_time_vary.fv3.meta | 0 physics/GFS_rad_time_vary.scm.F90 | 0 physics/GFS_rad_time_vary.scm.meta | 0 physics/GFS_rrtmg_post.F90 | 0 physics/GFS_rrtmg_post.meta | 0 physics/GFS_rrtmg_pre.F90 | 0 physics/GFS_rrtmg_pre.meta | 0 physics/GFS_rrtmg_setup.F90 | 0 physics/GFS_rrtmg_setup.meta | 0 physics/GFS_stochastics.F90 | 0 physics/GFS_stochastics.meta | 0 physics/GFS_suite_interstitial.F90 | 0 physics/GFS_suite_interstitial.meta | 0 physics/GFS_surface_composites.F90 | 0 physics/GFS_surface_composites.meta | 0 physics/GFS_surface_generic.F90 | 0 physics/GFS_surface_generic.meta | 0 physics/GFS_surface_loop_control.F90 | 0 physics/GFS_surface_loop_control.meta | 0 physics/GFS_time_vary_pre.fv3.F90 | 0 physics/GFS_time_vary_pre.fv3.meta | 0 physics/GFS_time_vary_pre.scm.F90 | 0 physics/GFS_time_vary_pre.scm.meta | 0 physics/aer_cloud.F | 0 physics/aerclm_def.F | 0 physics/aerinterp.F90 | 0 physics/calpreciptype.f90 | 0 physics/cires_orowam2017.f | 0 physics/cires_ugwp.F90 | 0 physics/cires_ugwp.meta | 0 physics/cires_ugwp_initialize.F90 | 0 physics/cires_ugwp_module.F90 | 0 physics/cires_ugwp_post.meta | 0 physics/cires_ugwp_triggers.F90 | 0 physics/cldmacro.F | 0 physics/cldwat2m_micro.F | 0 physics/cnvc90.f | 0 physics/cnvc90.meta | 0 physics/cs_conv.F90 | 0 physics/cs_conv.meta | 0 physics/cs_conv_aw_adj.F90 | 0 physics/cs_conv_aw_adj.meta | 0 physics/cu_gf_deep.F90 | 0 physics/cu_gf_driver.F90 | 0 physics/cu_gf_driver.meta | 0 physics/cu_gf_driver_post.F90 | 0 physics/cu_gf_driver_post.meta | 0 physics/cu_gf_driver_pre.F90 | 0 physics/cu_gf_driver_pre.meta | 0 physics/cu_gf_sh.F90 | 0 physics/cu_ntiedtke.F90 | 0 physics/cu_ntiedtke.meta | 0 physics/cu_ntiedtke_post.F90 | 0 physics/cu_ntiedtke_post.meta | 0 physics/cu_ntiedtke_pre.F90 | 0 physics/cu_ntiedtke_pre.meta | 0 physics/date_def.f | 0 physics/dcyc2.f | 0 physics/dcyc2.meta | 0 physics/docs/ccppv4_doxyfile | 0 physics/docs/ccppv5_doxyfile | 0 physics/docs/img/FV3_structure.png | Bin physics/docs/img/GFS_gwdc.png | Bin physics/docs/img/GFS_sice_wonton2000_fig1.png | Bin physics/docs/img/GFS_stochy_spread.png | Bin physics/docs/img/GFS_zhaocarr_schematic.png | Bin physics/docs/img/GSD_thompson.png | Bin physics/docs/img/MG3_MP_diagram.png | Bin physics/docs/img/MYNN-EDMF_call_order.png | Bin physics/docs/img/NSST.png | Bin physics/docs/img/NSST_schematic.png | Bin physics/docs/img/Noah_LA_interaction.png | Bin physics/docs/img/dtc_logo.png | Bin physics/docs/img/gfdl_cloud_mp_diagram.png | Bin physics/docs/img/land_dataset.png | Bin physics/docs/img/precpd-micop.png | Bin physics/docs/img/rad_gas_AGGI.png | Bin physics/docs/img/roughness_length_fig1.png | Bin physics/docs/img/roughness_length_fig2.png | Bin physics/docs/img/ruc_lsm_frozen_precip.png | Bin physics/docs/img/ruc_lsm_heterogeneity.png | Bin physics/docs/img/ruc_lsm_mosaic.png | Bin physics/docs/img/ruc_lsm_veg_soil.png | Bin physics/docs/img/schematic_Rad_mod.png | Bin physics/docs/img/schematic_sice.png | Bin physics/docs/pdftxt/CPT_CSAW.txt | 0 physics/docs/pdftxt/CPT_MG3.txt | 0 physics/docs/pdftxt/CPT_adv_suite.txt | 0 physics/docs/pdftxt/GFDL_cloud.txt | 0 physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt | 0 physics/docs/pdftxt/GFS_GWDC.txt | 0 physics/docs/pdftxt/GFS_GWDPS.txt | 0 physics/docs/pdftxt/GFS_H2OPHYS.txt | 0 physics/docs/pdftxt/GFS_HEDMF.txt | 0 physics/docs/pdftxt/GFS_NOAH.txt | 0 physics/docs/pdftxt/GFS_NSST.txt | 0 physics/docs/pdftxt/GFS_OZPHYS.txt | 0 physics/docs/pdftxt/GFS_RAYLEIGH.txt | 0 physics/docs/pdftxt/GFS_RRTMG.txt | 0 physics/docs/pdftxt/GFS_SAMF.txt | 0 physics/docs/pdftxt/GFS_SAMFdeep.txt | 0 physics/docs/pdftxt/GFS_SAMFshal.txt | 0 physics/docs/pdftxt/GFS_SATMEDMF.txt | 0 physics/docs/pdftxt/GFS_SFCLYR.txt | 0 physics/docs/pdftxt/GFS_SFCSICE.txt | 0 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt | 0 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save | 0 physics/docs/pdftxt/GFS_SURFACE_PERT.txt | 0 physics/docs/pdftxt/GFS_ZHAOC.txt | 0 physics/docs/pdftxt/GFSphys_namelist.txt | 0 physics/docs/pdftxt/GFSv14_suite.txt | 0 physics/docs/pdftxt/GFSv15_suite.txt | 0 physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt | 0 physics/docs/pdftxt/GSD_CU_GF_deep.txt | 0 physics/docs/pdftxt/GSD_MYNN_EDMF.txt | 0 physics/docs/pdftxt/GSD_RUCLSM.txt | 0 physics/docs/pdftxt/GSD_THOMPSON.txt | 0 physics/docs/pdftxt/GSD_adv_suite.txt | 0 physics/docs/pdftxt/MG_double.txt | 0 physics/docs/pdftxt/all_shemes_list.txt | 0 physics/docs/pdftxt/all_shemes_list.txt.FV3 | 0 physics/docs/pdftxt/code_overview.txt | 0 physics/docs/pdftxt/code_overview.txt.Aug17 | 0 physics/docs/pdftxt/mainpage.txt | 0 physics/docs/pdftxt/mainpage.txt.Aug17 | 0 physics/docs/pdftxt/rad_cld.txt | 0 physics/docs/pdftxt/suite_input.nml.txt | 0 physics/drag_suite.F90 | 0 physics/drag_suite.meta | 0 physics/funcphys.f90 | 0 physics/gcm_shoc.F90 | 0 physics/gcm_shoc.meta | 0 physics/gcycle.F90 | 0 physics/get_prs_fv3.F90 | 0 physics/get_prs_fv3.meta | 0 physics/gfdl_cloud_microphys.F90 | 0 physics/gfdl_cloud_microphys.meta | 0 physics/gfdl_fv_sat_adj.F90 | 0 physics/gfdl_fv_sat_adj.meta | 0 physics/gfs_phy_tracer_config.F | 0 physics/gocart_tracer_config_stub.f | 0 physics/gscond.f | 0 physics/gscond.meta | 0 physics/gwdc.f | 0 physics/gwdc.meta | 0 physics/gwdps.f | 0 physics/gwdps.meta | 0 physics/h2o_def.f | 0 physics/h2ointerp.f90 | 0 physics/h2ophys.f | 0 physics/h2ophys.meta | 0 physics/iccn_def.F | 0 physics/iccninterp.F90 | 0 physics/iounitdef.f | 0 physics/m_micro.F90 | 0 physics/m_micro.meta | 0 physics/m_micro_interstitial.F90 | 0 physics/m_micro_interstitial.meta | 0 physics/machine.F | 0 physics/machine.meta | 0 physics/maximum_hourly_diagnostics.F90 | 0 physics/maximum_hourly_diagnostics.meta | 0 physics/mersenne_twister.f | 0 physics/mfpbl.f | 0 physics/mfpblt.f | 0 physics/mfscu.f | 0 physics/micro_mg2_0.F90 | 0 physics/micro_mg3_0.F90 | 0 physics/micro_mg_utils.F90 | 0 physics/module_MYJPBL_wrapper.F90 | 0 physics/module_MYJPBL_wrapper.meta | 0 physics/module_MYJSFC_wrapper.F90 | 0 physics/module_MYJSFC_wrapper.meta | 0 physics/module_MYNNPBL_wrapper.F90 | 0 physics/module_MYNNPBL_wrapper.meta | 0 physics/module_MYNNSFC_wrapper.F90 | 0 physics/module_MYNNSFC_wrapper.meta | 0 physics/module_SGSCloud_RadPost.meta | 0 physics/module_bfmicrophysics.f | 0 physics/module_bl_mynn.F90 | 0 physics/module_gfdl_cloud_microphys.F90 | 0 physics/module_mp_radar.F90 | 0 physics/module_mp_thompson.F90 | 0 ...odule_mp_thompson_make_number_concentrations.F90 | 0 physics/module_nst_model.f90 | 0 physics/module_nst_parameters.f90 | 0 physics/module_nst_water_prop.f90 | 0 physics/module_sf_mynn.F90 | 0 physics/module_sf_ruclsm.F90 | 0 physics/module_soil_pre.F90 | 0 physics/moninedmf.f | 0 physics/moninedmf.meta | 0 physics/moninshoc.f | 0 physics/moninshoc.meta | 0 physics/mp_thompson.F90 | 0 physics/mp_thompson.meta | 0 physics/mp_thompson_post.F90 | 0 physics/mp_thompson_post.meta | 0 physics/mp_thompson_pre.F90 | 0 physics/mp_thompson_pre.meta | 0 physics/multi_gases.F90 | 0 physics/namelist_soilveg.f | 0 physics/namelist_soilveg_ruc.F90 | 0 physics/ozinterp.f90 | 0 physics/ozne_def.f | 0 physics/ozphys.f | 0 physics/ozphys.meta | 0 physics/ozphys_2015.f | 0 physics/ozphys_2015.meta | 0 physics/physcons.F90 | 0 physics/physparam.f | 0 physics/precpd.f | 0 physics/precpd.meta | 0 physics/radcons.f90 | 0 physics/radiation_aerosols.f | 0 physics/radiation_astronomy.f | 0 physics/radiation_clouds.f | 0 physics/radiation_gases.f | 0 physics/radiation_surface.f | 0 physics/radlw_datatb.f | 0 physics/radlw_main.F90 | 0 physics/radlw_main.meta | 0 physics/radlw_param.f | 0 physics/radlw_param.meta | 0 physics/radsw_datatb.f | 0 physics/radsw_main.F90 | 0 physics/radsw_main.meta | 0 physics/radsw_param.f | 0 physics/radsw_param.meta | 0 physics/rayleigh_damp.f | 0 physics/rayleigh_damp.meta | 0 physics/rrtmg_lw_post.F90 | 0 physics/rrtmg_lw_post.meta | 0 physics/rrtmg_lw_pre.F90 | 0 physics/rrtmg_lw_pre.meta | 0 physics/rrtmg_sw_post.F90 | 0 physics/rrtmg_sw_post.meta | 0 physics/rrtmg_sw_pre.F90 | 0 physics/rrtmg_sw_pre.meta | 0 physics/samfaerosols.F | 0 physics/samfdeepcnv.f | 0 physics/samfdeepcnv.meta | 0 physics/samfshalcnv.f | 0 physics/samfshalcnv.meta | 0 physics/satmedmfvdif.F | 0 physics/satmedmfvdif.meta | 0 physics/scm_sfc_flux_spec.F90 | 0 physics/scm_sfc_flux_spec.meta | 0 physics/set_soilveg.f | 0 physics/set_soilveg_ruc.F90 | 0 physics/sfc_cice.f | 0 physics/sfc_cice.meta | 0 physics/sfc_diag.f | 0 physics/sfc_diag.meta | 0 physics/sfc_diag_post.F90 | 0 physics/sfc_diag_post.meta | 0 physics/sfc_diff.f | 0 physics/sfc_diff.meta | 0 physics/sfc_drv.f | 0 physics/sfc_drv.meta | 0 physics/sfc_drv_ruc.F90 | 0 physics/sfc_drv_ruc.meta | 0 physics/sfc_noahmp_drv.meta | 0 physics/sfc_nst.f | 0 physics/sfc_nst.meta | 0 physics/sfc_ocean.F | 0 physics/sfc_ocean.meta | 0 physics/sfc_sice.f | 0 physics/sfc_sice.meta | 0 physics/sfcsub.F | 0 physics/sflx.f | 0 physics/shinhongvdif.F90 | 0 physics/shinhongvdif.meta | 0 physics/surface_perturbation.F90 | 0 physics/tridi.f | 0 physics/ugwp_driver_v0.F | 0 physics/wv_saturation.F | 0 physics/ysuvdif.F90 | 0 physics/ysuvdif.meta | 0 301 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 CODEOWNERS mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 physics/GFDL_parse_tracers.F90 mode change 100755 => 100644 physics/GFS_DCNV_generic.F90 mode change 100755 => 100644 physics/GFS_DCNV_generic.meta mode change 100755 => 100644 physics/GFS_GWD_generic.F90 mode change 100755 => 100644 physics/GFS_GWD_generic.meta mode change 100755 => 100644 physics/GFS_MP_generic.F90 mode change 100755 => 100644 physics/GFS_MP_generic.meta mode change 100755 => 100644 physics/GFS_PBL_generic.F90 mode change 100755 => 100644 physics/GFS_PBL_generic.meta mode change 100755 => 100644 physics/GFS_SCNV_generic.F90 mode change 100755 => 100644 physics/GFS_SCNV_generic.meta mode change 100755 => 100644 physics/GFS_debug.F90 mode change 100755 => 100644 physics/GFS_debug.meta mode change 100755 => 100644 physics/GFS_phys_time_vary.fv3.F90 mode change 100755 => 100644 physics/GFS_phys_time_vary.fv3.meta mode change 100755 => 100644 physics/GFS_phys_time_vary.scm.F90 mode change 100755 => 100644 physics/GFS_phys_time_vary.scm.meta mode change 100755 => 100644 physics/GFS_rad_time_vary.fv3.F90 mode change 100755 => 100644 physics/GFS_rad_time_vary.fv3.meta mode change 100755 => 100644 physics/GFS_rad_time_vary.scm.F90 mode change 100755 => 100644 physics/GFS_rad_time_vary.scm.meta mode change 100755 => 100644 physics/GFS_rrtmg_post.F90 mode change 100755 => 100644 physics/GFS_rrtmg_post.meta mode change 100755 => 100644 physics/GFS_rrtmg_pre.F90 mode change 100755 => 100644 physics/GFS_rrtmg_pre.meta mode change 100755 => 100644 physics/GFS_rrtmg_setup.F90 mode change 100755 => 100644 physics/GFS_rrtmg_setup.meta mode change 100755 => 100644 physics/GFS_stochastics.F90 mode change 100755 => 100644 physics/GFS_stochastics.meta mode change 100755 => 100644 physics/GFS_suite_interstitial.F90 mode change 100755 => 100644 physics/GFS_suite_interstitial.meta mode change 100755 => 100644 physics/GFS_surface_composites.F90 mode change 100755 => 100644 physics/GFS_surface_composites.meta mode change 100755 => 100644 physics/GFS_surface_generic.F90 mode change 100755 => 100644 physics/GFS_surface_generic.meta mode change 100755 => 100644 physics/GFS_surface_loop_control.F90 mode change 100755 => 100644 physics/GFS_surface_loop_control.meta mode change 100755 => 100644 physics/GFS_time_vary_pre.fv3.F90 mode change 100755 => 100644 physics/GFS_time_vary_pre.fv3.meta mode change 100755 => 100644 physics/GFS_time_vary_pre.scm.F90 mode change 100755 => 100644 physics/GFS_time_vary_pre.scm.meta mode change 100755 => 100644 physics/aer_cloud.F mode change 100755 => 100644 physics/aerclm_def.F mode change 100755 => 100644 physics/aerinterp.F90 mode change 100755 => 100644 physics/calpreciptype.f90 mode change 100755 => 100644 physics/cires_orowam2017.f mode change 100755 => 100644 physics/cires_ugwp.F90 mode change 100755 => 100644 physics/cires_ugwp.meta mode change 100755 => 100644 physics/cires_ugwp_initialize.F90 mode change 100755 => 100644 physics/cires_ugwp_module.F90 mode change 100755 => 100644 physics/cires_ugwp_post.meta mode change 100755 => 100644 physics/cires_ugwp_triggers.F90 mode change 100755 => 100644 physics/cldmacro.F mode change 100755 => 100644 physics/cldwat2m_micro.F mode change 100755 => 100644 physics/cnvc90.f mode change 100755 => 100644 physics/cnvc90.meta mode change 100755 => 100644 physics/cs_conv.F90 mode change 100755 => 100644 physics/cs_conv.meta mode change 100755 => 100644 physics/cs_conv_aw_adj.F90 mode change 100755 => 100644 physics/cs_conv_aw_adj.meta mode change 100755 => 100644 physics/cu_gf_deep.F90 mode change 100755 => 100644 physics/cu_gf_driver.F90 mode change 100755 => 100644 physics/cu_gf_driver.meta mode change 100755 => 100644 physics/cu_gf_driver_post.F90 mode change 100755 => 100644 physics/cu_gf_driver_post.meta mode change 100755 => 100644 physics/cu_gf_driver_pre.F90 mode change 100755 => 100644 physics/cu_gf_driver_pre.meta mode change 100755 => 100644 physics/cu_gf_sh.F90 mode change 100755 => 100644 physics/cu_ntiedtke.F90 mode change 100755 => 100644 physics/cu_ntiedtke.meta mode change 100755 => 100644 physics/cu_ntiedtke_post.F90 mode change 100755 => 100644 physics/cu_ntiedtke_post.meta mode change 100755 => 100644 physics/cu_ntiedtke_pre.F90 mode change 100755 => 100644 physics/cu_ntiedtke_pre.meta mode change 100755 => 100644 physics/date_def.f mode change 100755 => 100644 physics/dcyc2.f mode change 100755 => 100644 physics/dcyc2.meta mode change 100644 => 100755 physics/docs/ccppv4_doxyfile mode change 100644 => 100755 physics/docs/ccppv5_doxyfile mode change 100755 => 100644 physics/docs/img/FV3_structure.png mode change 100755 => 100644 physics/docs/img/GFS_gwdc.png mode change 100755 => 100644 physics/docs/img/GFS_sice_wonton2000_fig1.png mode change 100755 => 100644 physics/docs/img/GFS_stochy_spread.png mode change 100755 => 100644 physics/docs/img/GFS_zhaocarr_schematic.png mode change 100755 => 100644 physics/docs/img/GSD_thompson.png mode change 100755 => 100644 physics/docs/img/MG3_MP_diagram.png mode change 100755 => 100644 physics/docs/img/MYNN-EDMF_call_order.png mode change 100755 => 100644 physics/docs/img/NSST.png mode change 100755 => 100644 physics/docs/img/NSST_schematic.png mode change 100755 => 100644 physics/docs/img/Noah_LA_interaction.png mode change 100755 => 100644 physics/docs/img/dtc_logo.png mode change 100755 => 100644 physics/docs/img/gfdl_cloud_mp_diagram.png mode change 100755 => 100644 physics/docs/img/land_dataset.png mode change 100755 => 100644 physics/docs/img/precpd-micop.png mode change 100755 => 100644 physics/docs/img/rad_gas_AGGI.png mode change 100755 => 100644 physics/docs/img/roughness_length_fig1.png mode change 100755 => 100644 physics/docs/img/roughness_length_fig2.png mode change 100755 => 100644 physics/docs/img/ruc_lsm_frozen_precip.png mode change 100755 => 100644 physics/docs/img/ruc_lsm_heterogeneity.png mode change 100755 => 100644 physics/docs/img/ruc_lsm_mosaic.png mode change 100755 => 100644 physics/docs/img/ruc_lsm_veg_soil.png mode change 100755 => 100644 physics/docs/img/schematic_Rad_mod.png mode change 100755 => 100644 physics/docs/img/schematic_sice.png mode change 100755 => 100644 physics/docs/pdftxt/CPT_CSAW.txt mode change 100755 => 100644 physics/docs/pdftxt/CPT_MG3.txt mode change 100755 => 100644 physics/docs/pdftxt/CPT_adv_suite.txt mode change 100755 => 100644 physics/docs/pdftxt/GFDL_cloud.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_GWDC.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_GWDPS.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_H2OPHYS.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_HEDMF.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_NOAH.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_NSST.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_OZPHYS.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_RAYLEIGH.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_RRTMG.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_SAMF.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_SAMFdeep.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_SAMFshal.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_SATMEDMF.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_SFCLYR.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_SFCSICE.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save mode change 100755 => 100644 physics/docs/pdftxt/GFS_SURFACE_PERT.txt mode change 100755 => 100644 physics/docs/pdftxt/GFS_ZHAOC.txt mode change 100755 => 100644 physics/docs/pdftxt/GFSphys_namelist.txt mode change 100755 => 100644 physics/docs/pdftxt/GFSv14_suite.txt mode change 100755 => 100644 physics/docs/pdftxt/GFSv15_suite.txt mode change 100755 => 100644 physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt mode change 100755 => 100644 physics/docs/pdftxt/GSD_CU_GF_deep.txt mode change 100755 => 100644 physics/docs/pdftxt/GSD_MYNN_EDMF.txt mode change 100755 => 100644 physics/docs/pdftxt/GSD_RUCLSM.txt mode change 100755 => 100644 physics/docs/pdftxt/GSD_THOMPSON.txt mode change 100755 => 100644 physics/docs/pdftxt/GSD_adv_suite.txt mode change 100755 => 100644 physics/docs/pdftxt/MG_double.txt mode change 100755 => 100644 physics/docs/pdftxt/all_shemes_list.txt mode change 100755 => 100644 physics/docs/pdftxt/all_shemes_list.txt.FV3 mode change 100755 => 100644 physics/docs/pdftxt/code_overview.txt mode change 100755 => 100644 physics/docs/pdftxt/code_overview.txt.Aug17 mode change 100755 => 100644 physics/docs/pdftxt/mainpage.txt mode change 100755 => 100644 physics/docs/pdftxt/mainpage.txt.Aug17 mode change 100755 => 100644 physics/docs/pdftxt/rad_cld.txt mode change 100755 => 100644 physics/docs/pdftxt/suite_input.nml.txt mode change 100755 => 100644 physics/drag_suite.F90 mode change 100755 => 100644 physics/drag_suite.meta mode change 100755 => 100644 physics/funcphys.f90 mode change 100755 => 100644 physics/gcm_shoc.F90 mode change 100755 => 100644 physics/gcm_shoc.meta mode change 100755 => 100644 physics/gcycle.F90 mode change 100755 => 100644 physics/get_prs_fv3.F90 mode change 100755 => 100644 physics/get_prs_fv3.meta mode change 100755 => 100644 physics/gfdl_cloud_microphys.F90 mode change 100755 => 100644 physics/gfdl_cloud_microphys.meta mode change 100755 => 100644 physics/gfdl_fv_sat_adj.F90 mode change 100755 => 100644 physics/gfdl_fv_sat_adj.meta mode change 100755 => 100644 physics/gfs_phy_tracer_config.F mode change 100755 => 100644 physics/gocart_tracer_config_stub.f mode change 100755 => 100644 physics/gscond.f mode change 100755 => 100644 physics/gscond.meta mode change 100755 => 100644 physics/gwdc.f mode change 100755 => 100644 physics/gwdc.meta mode change 100755 => 100644 physics/gwdps.f mode change 100755 => 100644 physics/gwdps.meta mode change 100755 => 100644 physics/h2o_def.f mode change 100755 => 100644 physics/h2ointerp.f90 mode change 100755 => 100644 physics/h2ophys.f mode change 100755 => 100644 physics/h2ophys.meta mode change 100755 => 100644 physics/iccn_def.F mode change 100755 => 100644 physics/iccninterp.F90 mode change 100755 => 100644 physics/iounitdef.f mode change 100755 => 100644 physics/m_micro.F90 mode change 100755 => 100644 physics/m_micro.meta mode change 100755 => 100644 physics/m_micro_interstitial.F90 mode change 100755 => 100644 physics/m_micro_interstitial.meta mode change 100755 => 100644 physics/machine.F mode change 100755 => 100644 physics/machine.meta mode change 100755 => 100644 physics/maximum_hourly_diagnostics.F90 mode change 100755 => 100644 physics/maximum_hourly_diagnostics.meta mode change 100755 => 100644 physics/mersenne_twister.f mode change 100755 => 100644 physics/mfpbl.f mode change 100755 => 100644 physics/mfpblt.f mode change 100755 => 100644 physics/mfscu.f mode change 100755 => 100644 physics/micro_mg2_0.F90 mode change 100755 => 100644 physics/micro_mg3_0.F90 mode change 100755 => 100644 physics/micro_mg_utils.F90 mode change 100755 => 100644 physics/module_MYJPBL_wrapper.F90 mode change 100755 => 100644 physics/module_MYJPBL_wrapper.meta mode change 100755 => 100644 physics/module_MYJSFC_wrapper.F90 mode change 100755 => 100644 physics/module_MYJSFC_wrapper.meta mode change 100755 => 100644 physics/module_MYNNPBL_wrapper.F90 mode change 100755 => 100644 physics/module_MYNNPBL_wrapper.meta mode change 100755 => 100644 physics/module_MYNNSFC_wrapper.F90 mode change 100755 => 100644 physics/module_MYNNSFC_wrapper.meta mode change 100755 => 100644 physics/module_SGSCloud_RadPost.meta mode change 100755 => 100644 physics/module_bfmicrophysics.f mode change 100755 => 100644 physics/module_bl_mynn.F90 mode change 100755 => 100644 physics/module_gfdl_cloud_microphys.F90 mode change 100755 => 100644 physics/module_mp_radar.F90 mode change 100755 => 100644 physics/module_mp_thompson.F90 mode change 100755 => 100644 physics/module_mp_thompson_make_number_concentrations.F90 mode change 100755 => 100644 physics/module_nst_model.f90 mode change 100755 => 100644 physics/module_nst_parameters.f90 mode change 100755 => 100644 physics/module_nst_water_prop.f90 mode change 100755 => 100644 physics/module_sf_mynn.F90 mode change 100755 => 100644 physics/module_sf_ruclsm.F90 mode change 100755 => 100644 physics/module_soil_pre.F90 mode change 100755 => 100644 physics/moninedmf.f mode change 100755 => 100644 physics/moninedmf.meta mode change 100755 => 100644 physics/moninshoc.f mode change 100755 => 100644 physics/moninshoc.meta mode change 100755 => 100644 physics/mp_thompson.F90 mode change 100755 => 100644 physics/mp_thompson.meta mode change 100755 => 100644 physics/mp_thompson_post.F90 mode change 100755 => 100644 physics/mp_thompson_post.meta mode change 100755 => 100644 physics/mp_thompson_pre.F90 mode change 100755 => 100644 physics/mp_thompson_pre.meta mode change 100755 => 100644 physics/multi_gases.F90 mode change 100755 => 100644 physics/namelist_soilveg.f mode change 100755 => 100644 physics/namelist_soilveg_ruc.F90 mode change 100755 => 100644 physics/ozinterp.f90 mode change 100755 => 100644 physics/ozne_def.f mode change 100755 => 100644 physics/ozphys.f mode change 100755 => 100644 physics/ozphys.meta mode change 100755 => 100644 physics/ozphys_2015.f mode change 100755 => 100644 physics/ozphys_2015.meta mode change 100755 => 100644 physics/physcons.F90 mode change 100755 => 100644 physics/physparam.f mode change 100755 => 100644 physics/precpd.f mode change 100755 => 100644 physics/precpd.meta mode change 100755 => 100644 physics/radcons.f90 mode change 100755 => 100644 physics/radiation_aerosols.f mode change 100755 => 100644 physics/radiation_astronomy.f mode change 100755 => 100644 physics/radiation_clouds.f mode change 100755 => 100644 physics/radiation_gases.f mode change 100755 => 100644 physics/radiation_surface.f mode change 100755 => 100644 physics/radlw_datatb.f mode change 100755 => 100644 physics/radlw_main.F90 mode change 100755 => 100644 physics/radlw_main.meta mode change 100755 => 100644 physics/radlw_param.f mode change 100755 => 100644 physics/radlw_param.meta mode change 100755 => 100644 physics/radsw_datatb.f mode change 100755 => 100644 physics/radsw_main.F90 mode change 100755 => 100644 physics/radsw_main.meta mode change 100755 => 100644 physics/radsw_param.f mode change 100755 => 100644 physics/radsw_param.meta mode change 100755 => 100644 physics/rayleigh_damp.f mode change 100755 => 100644 physics/rayleigh_damp.meta mode change 100755 => 100644 physics/rrtmg_lw_post.F90 mode change 100755 => 100644 physics/rrtmg_lw_post.meta mode change 100755 => 100644 physics/rrtmg_lw_pre.F90 mode change 100755 => 100644 physics/rrtmg_lw_pre.meta mode change 100755 => 100644 physics/rrtmg_sw_post.F90 mode change 100755 => 100644 physics/rrtmg_sw_post.meta mode change 100755 => 100644 physics/rrtmg_sw_pre.F90 mode change 100755 => 100644 physics/rrtmg_sw_pre.meta mode change 100755 => 100644 physics/samfaerosols.F mode change 100755 => 100644 physics/samfdeepcnv.f mode change 100755 => 100644 physics/samfdeepcnv.meta mode change 100755 => 100644 physics/samfshalcnv.f mode change 100755 => 100644 physics/samfshalcnv.meta mode change 100755 => 100644 physics/satmedmfvdif.F mode change 100755 => 100644 physics/satmedmfvdif.meta mode change 100755 => 100644 physics/scm_sfc_flux_spec.F90 mode change 100755 => 100644 physics/scm_sfc_flux_spec.meta mode change 100755 => 100644 physics/set_soilveg.f mode change 100755 => 100644 physics/set_soilveg_ruc.F90 mode change 100755 => 100644 physics/sfc_cice.f mode change 100755 => 100644 physics/sfc_cice.meta mode change 100755 => 100644 physics/sfc_diag.f mode change 100755 => 100644 physics/sfc_diag.meta mode change 100755 => 100644 physics/sfc_diag_post.F90 mode change 100755 => 100644 physics/sfc_diag_post.meta mode change 100755 => 100644 physics/sfc_diff.f mode change 100755 => 100644 physics/sfc_diff.meta mode change 100755 => 100644 physics/sfc_drv.f mode change 100755 => 100644 physics/sfc_drv.meta mode change 100755 => 100644 physics/sfc_drv_ruc.F90 mode change 100755 => 100644 physics/sfc_drv_ruc.meta mode change 100755 => 100644 physics/sfc_noahmp_drv.meta mode change 100755 => 100644 physics/sfc_nst.f mode change 100755 => 100644 physics/sfc_nst.meta mode change 100755 => 100644 physics/sfc_ocean.F mode change 100755 => 100644 physics/sfc_ocean.meta mode change 100755 => 100644 physics/sfc_sice.f mode change 100755 => 100644 physics/sfc_sice.meta mode change 100755 => 100644 physics/sfcsub.F mode change 100755 => 100644 physics/sflx.f mode change 100755 => 100644 physics/shinhongvdif.F90 mode change 100755 => 100644 physics/shinhongvdif.meta mode change 100755 => 100644 physics/surface_perturbation.F90 mode change 100755 => 100644 physics/tridi.f mode change 100755 => 100644 physics/ugwp_driver_v0.F mode change 100755 => 100644 physics/wv_saturation.F mode change 100755 => 100644 physics/ysuvdif.F90 mode change 100755 => 100644 physics/ysuvdif.meta diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/CODEOWNERS b/CODEOWNERS old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/physics/GFDL_parse_tracers.F90 b/physics/GFDL_parse_tracers.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_DCNV_generic.F90 b/physics/GFS_DCNV_generic.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_DCNV_generic.meta b/physics/GFS_DCNV_generic.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_GWD_generic.F90 b/physics/GFS_GWD_generic.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_GWD_generic.meta b/physics/GFS_GWD_generic.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_MP_generic.F90 b/physics/GFS_MP_generic.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_MP_generic.meta b/physics/GFS_MP_generic.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_PBL_generic.F90 b/physics/GFS_PBL_generic.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_PBL_generic.meta b/physics/GFS_PBL_generic.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_SCNV_generic.F90 b/physics/GFS_SCNV_generic.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_SCNV_generic.meta b/physics/GFS_SCNV_generic.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_debug.F90 b/physics/GFS_debug.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_debug.meta b/physics/GFS_debug.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_phys_time_vary.fv3.F90 b/physics/GFS_phys_time_vary.fv3.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_phys_time_vary.fv3.meta b/physics/GFS_phys_time_vary.fv3.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_phys_time_vary.scm.F90 b/physics/GFS_phys_time_vary.scm.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_phys_time_vary.scm.meta b/physics/GFS_phys_time_vary.scm.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_rad_time_vary.fv3.F90 b/physics/GFS_rad_time_vary.fv3.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_rad_time_vary.fv3.meta b/physics/GFS_rad_time_vary.fv3.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_rad_time_vary.scm.F90 b/physics/GFS_rad_time_vary.scm.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_rad_time_vary.scm.meta b/physics/GFS_rad_time_vary.scm.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_rrtmg_post.F90 b/physics/GFS_rrtmg_post.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_rrtmg_post.meta b/physics/GFS_rrtmg_post.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_rrtmg_pre.F90 b/physics/GFS_rrtmg_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_rrtmg_pre.meta b/physics/GFS_rrtmg_pre.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_rrtmg_setup.F90 b/physics/GFS_rrtmg_setup.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_rrtmg_setup.meta b/physics/GFS_rrtmg_setup.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_stochastics.F90 b/physics/GFS_stochastics.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_stochastics.meta b/physics/GFS_stochastics.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_suite_interstitial.F90 b/physics/GFS_suite_interstitial.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_suite_interstitial.meta b/physics/GFS_suite_interstitial.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_surface_composites.F90 b/physics/GFS_surface_composites.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_surface_composites.meta b/physics/GFS_surface_composites.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_surface_generic.F90 b/physics/GFS_surface_generic.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_surface_generic.meta b/physics/GFS_surface_generic.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_surface_loop_control.F90 b/physics/GFS_surface_loop_control.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_surface_loop_control.meta b/physics/GFS_surface_loop_control.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_time_vary_pre.fv3.F90 b/physics/GFS_time_vary_pre.fv3.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_time_vary_pre.fv3.meta b/physics/GFS_time_vary_pre.fv3.meta old mode 100755 new mode 100644 diff --git a/physics/GFS_time_vary_pre.scm.F90 b/physics/GFS_time_vary_pre.scm.F90 old mode 100755 new mode 100644 diff --git a/physics/GFS_time_vary_pre.scm.meta b/physics/GFS_time_vary_pre.scm.meta old mode 100755 new mode 100644 diff --git a/physics/aer_cloud.F b/physics/aer_cloud.F old mode 100755 new mode 100644 diff --git a/physics/aerclm_def.F b/physics/aerclm_def.F old mode 100755 new mode 100644 diff --git a/physics/aerinterp.F90 b/physics/aerinterp.F90 old mode 100755 new mode 100644 diff --git a/physics/calpreciptype.f90 b/physics/calpreciptype.f90 old mode 100755 new mode 100644 diff --git a/physics/cires_orowam2017.f b/physics/cires_orowam2017.f old mode 100755 new mode 100644 diff --git a/physics/cires_ugwp.F90 b/physics/cires_ugwp.F90 old mode 100755 new mode 100644 diff --git a/physics/cires_ugwp.meta b/physics/cires_ugwp.meta old mode 100755 new mode 100644 diff --git a/physics/cires_ugwp_initialize.F90 b/physics/cires_ugwp_initialize.F90 old mode 100755 new mode 100644 diff --git a/physics/cires_ugwp_module.F90 b/physics/cires_ugwp_module.F90 old mode 100755 new mode 100644 diff --git a/physics/cires_ugwp_post.meta b/physics/cires_ugwp_post.meta old mode 100755 new mode 100644 diff --git a/physics/cires_ugwp_triggers.F90 b/physics/cires_ugwp_triggers.F90 old mode 100755 new mode 100644 diff --git a/physics/cldmacro.F b/physics/cldmacro.F old mode 100755 new mode 100644 diff --git a/physics/cldwat2m_micro.F b/physics/cldwat2m_micro.F old mode 100755 new mode 100644 diff --git a/physics/cnvc90.f b/physics/cnvc90.f old mode 100755 new mode 100644 diff --git a/physics/cnvc90.meta b/physics/cnvc90.meta old mode 100755 new mode 100644 diff --git a/physics/cs_conv.F90 b/physics/cs_conv.F90 old mode 100755 new mode 100644 diff --git a/physics/cs_conv.meta b/physics/cs_conv.meta old mode 100755 new mode 100644 diff --git a/physics/cs_conv_aw_adj.F90 b/physics/cs_conv_aw_adj.F90 old mode 100755 new mode 100644 diff --git a/physics/cs_conv_aw_adj.meta b/physics/cs_conv_aw_adj.meta old mode 100755 new mode 100644 diff --git a/physics/cu_gf_deep.F90 b/physics/cu_gf_deep.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_gf_driver.F90 b/physics/cu_gf_driver.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_gf_driver.meta b/physics/cu_gf_driver.meta old mode 100755 new mode 100644 diff --git a/physics/cu_gf_driver_post.F90 b/physics/cu_gf_driver_post.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_gf_driver_post.meta b/physics/cu_gf_driver_post.meta old mode 100755 new mode 100644 diff --git a/physics/cu_gf_driver_pre.F90 b/physics/cu_gf_driver_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_gf_driver_pre.meta b/physics/cu_gf_driver_pre.meta old mode 100755 new mode 100644 diff --git a/physics/cu_gf_sh.F90 b/physics/cu_gf_sh.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_ntiedtke.F90 b/physics/cu_ntiedtke.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_ntiedtke.meta b/physics/cu_ntiedtke.meta old mode 100755 new mode 100644 diff --git a/physics/cu_ntiedtke_post.F90 b/physics/cu_ntiedtke_post.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_ntiedtke_post.meta b/physics/cu_ntiedtke_post.meta old mode 100755 new mode 100644 diff --git a/physics/cu_ntiedtke_pre.F90 b/physics/cu_ntiedtke_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/cu_ntiedtke_pre.meta b/physics/cu_ntiedtke_pre.meta old mode 100755 new mode 100644 diff --git a/physics/date_def.f b/physics/date_def.f old mode 100755 new mode 100644 diff --git a/physics/dcyc2.f b/physics/dcyc2.f old mode 100755 new mode 100644 diff --git a/physics/dcyc2.meta b/physics/dcyc2.meta old mode 100755 new mode 100644 diff --git a/physics/docs/ccppv4_doxyfile b/physics/docs/ccppv4_doxyfile old mode 100644 new mode 100755 diff --git a/physics/docs/ccppv5_doxyfile b/physics/docs/ccppv5_doxyfile old mode 100644 new mode 100755 diff --git a/physics/docs/img/FV3_structure.png b/physics/docs/img/FV3_structure.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/GFS_gwdc.png b/physics/docs/img/GFS_gwdc.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/GFS_sice_wonton2000_fig1.png b/physics/docs/img/GFS_sice_wonton2000_fig1.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/GFS_stochy_spread.png b/physics/docs/img/GFS_stochy_spread.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/GFS_zhaocarr_schematic.png b/physics/docs/img/GFS_zhaocarr_schematic.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/GSD_thompson.png b/physics/docs/img/GSD_thompson.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/MG3_MP_diagram.png b/physics/docs/img/MG3_MP_diagram.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/MYNN-EDMF_call_order.png b/physics/docs/img/MYNN-EDMF_call_order.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/NSST.png b/physics/docs/img/NSST.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/NSST_schematic.png b/physics/docs/img/NSST_schematic.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/Noah_LA_interaction.png b/physics/docs/img/Noah_LA_interaction.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/dtc_logo.png b/physics/docs/img/dtc_logo.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/gfdl_cloud_mp_diagram.png b/physics/docs/img/gfdl_cloud_mp_diagram.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/land_dataset.png b/physics/docs/img/land_dataset.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/precpd-micop.png b/physics/docs/img/precpd-micop.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/rad_gas_AGGI.png b/physics/docs/img/rad_gas_AGGI.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/roughness_length_fig1.png b/physics/docs/img/roughness_length_fig1.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/roughness_length_fig2.png b/physics/docs/img/roughness_length_fig2.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/ruc_lsm_frozen_precip.png b/physics/docs/img/ruc_lsm_frozen_precip.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/ruc_lsm_heterogeneity.png b/physics/docs/img/ruc_lsm_heterogeneity.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/ruc_lsm_mosaic.png b/physics/docs/img/ruc_lsm_mosaic.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/ruc_lsm_veg_soil.png b/physics/docs/img/ruc_lsm_veg_soil.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/schematic_Rad_mod.png b/physics/docs/img/schematic_Rad_mod.png old mode 100755 new mode 100644 diff --git a/physics/docs/img/schematic_sice.png b/physics/docs/img/schematic_sice.png old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/CPT_CSAW.txt b/physics/docs/pdftxt/CPT_CSAW.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/CPT_MG3.txt b/physics/docs/pdftxt/CPT_MG3.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/CPT_adv_suite.txt b/physics/docs/pdftxt/CPT_adv_suite.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFDL_cloud.txt b/physics/docs/pdftxt/GFDL_cloud.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt b/physics/docs/pdftxt/GFS_CALPRECIPTYPE.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_GWDC.txt b/physics/docs/pdftxt/GFS_GWDC.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_GWDPS.txt b/physics/docs/pdftxt/GFS_GWDPS.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_H2OPHYS.txt b/physics/docs/pdftxt/GFS_H2OPHYS.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_HEDMF.txt b/physics/docs/pdftxt/GFS_HEDMF.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_NOAH.txt b/physics/docs/pdftxt/GFS_NOAH.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_NSST.txt b/physics/docs/pdftxt/GFS_NSST.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_OZPHYS.txt b/physics/docs/pdftxt/GFS_OZPHYS.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_RAYLEIGH.txt b/physics/docs/pdftxt/GFS_RAYLEIGH.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_RRTMG.txt b/physics/docs/pdftxt/GFS_RRTMG.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SAMF.txt b/physics/docs/pdftxt/GFS_SAMF.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SAMFdeep.txt b/physics/docs/pdftxt/GFS_SAMFdeep.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SAMFshal.txt b/physics/docs/pdftxt/GFS_SAMFshal.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SATMEDMF.txt b/physics/docs/pdftxt/GFS_SATMEDMF.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SFCLYR.txt b/physics/docs/pdftxt/GFS_SFCLYR.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SFCSICE.txt b/physics/docs/pdftxt/GFS_SFCSICE.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt b/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save b/physics/docs/pdftxt/GFS_STOCHY_PHYS.txt.save old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_SURFACE_PERT.txt b/physics/docs/pdftxt/GFS_SURFACE_PERT.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFS_ZHAOC.txt b/physics/docs/pdftxt/GFS_ZHAOC.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFSphys_namelist.txt b/physics/docs/pdftxt/GFSphys_namelist.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFSv14_suite.txt b/physics/docs/pdftxt/GFSv14_suite.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFSv15_suite.txt b/physics/docs/pdftxt/GFSv15_suite.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt b/physics/docs/pdftxt/GFSv15_suite_TKEEDMF.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GSD_CU_GF_deep.txt b/physics/docs/pdftxt/GSD_CU_GF_deep.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GSD_MYNN_EDMF.txt b/physics/docs/pdftxt/GSD_MYNN_EDMF.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GSD_RUCLSM.txt b/physics/docs/pdftxt/GSD_RUCLSM.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GSD_THOMPSON.txt b/physics/docs/pdftxt/GSD_THOMPSON.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/GSD_adv_suite.txt b/physics/docs/pdftxt/GSD_adv_suite.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/MG_double.txt b/physics/docs/pdftxt/MG_double.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/all_shemes_list.txt b/physics/docs/pdftxt/all_shemes_list.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/all_shemes_list.txt.FV3 b/physics/docs/pdftxt/all_shemes_list.txt.FV3 old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/code_overview.txt b/physics/docs/pdftxt/code_overview.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/code_overview.txt.Aug17 b/physics/docs/pdftxt/code_overview.txt.Aug17 old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/mainpage.txt b/physics/docs/pdftxt/mainpage.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/mainpage.txt.Aug17 b/physics/docs/pdftxt/mainpage.txt.Aug17 old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/rad_cld.txt b/physics/docs/pdftxt/rad_cld.txt old mode 100755 new mode 100644 diff --git a/physics/docs/pdftxt/suite_input.nml.txt b/physics/docs/pdftxt/suite_input.nml.txt old mode 100755 new mode 100644 diff --git a/physics/drag_suite.F90 b/physics/drag_suite.F90 old mode 100755 new mode 100644 diff --git a/physics/drag_suite.meta b/physics/drag_suite.meta old mode 100755 new mode 100644 diff --git a/physics/funcphys.f90 b/physics/funcphys.f90 old mode 100755 new mode 100644 diff --git a/physics/gcm_shoc.F90 b/physics/gcm_shoc.F90 old mode 100755 new mode 100644 diff --git a/physics/gcm_shoc.meta b/physics/gcm_shoc.meta old mode 100755 new mode 100644 diff --git a/physics/gcycle.F90 b/physics/gcycle.F90 old mode 100755 new mode 100644 diff --git a/physics/get_prs_fv3.F90 b/physics/get_prs_fv3.F90 old mode 100755 new mode 100644 diff --git a/physics/get_prs_fv3.meta b/physics/get_prs_fv3.meta old mode 100755 new mode 100644 diff --git a/physics/gfdl_cloud_microphys.F90 b/physics/gfdl_cloud_microphys.F90 old mode 100755 new mode 100644 diff --git a/physics/gfdl_cloud_microphys.meta b/physics/gfdl_cloud_microphys.meta old mode 100755 new mode 100644 diff --git a/physics/gfdl_fv_sat_adj.F90 b/physics/gfdl_fv_sat_adj.F90 old mode 100755 new mode 100644 diff --git a/physics/gfdl_fv_sat_adj.meta b/physics/gfdl_fv_sat_adj.meta old mode 100755 new mode 100644 diff --git a/physics/gfs_phy_tracer_config.F b/physics/gfs_phy_tracer_config.F old mode 100755 new mode 100644 diff --git a/physics/gocart_tracer_config_stub.f b/physics/gocart_tracer_config_stub.f old mode 100755 new mode 100644 diff --git a/physics/gscond.f b/physics/gscond.f old mode 100755 new mode 100644 diff --git a/physics/gscond.meta b/physics/gscond.meta old mode 100755 new mode 100644 diff --git a/physics/gwdc.f b/physics/gwdc.f old mode 100755 new mode 100644 diff --git a/physics/gwdc.meta b/physics/gwdc.meta old mode 100755 new mode 100644 diff --git a/physics/gwdps.f b/physics/gwdps.f old mode 100755 new mode 100644 diff --git a/physics/gwdps.meta b/physics/gwdps.meta old mode 100755 new mode 100644 diff --git a/physics/h2o_def.f b/physics/h2o_def.f old mode 100755 new mode 100644 diff --git a/physics/h2ointerp.f90 b/physics/h2ointerp.f90 old mode 100755 new mode 100644 diff --git a/physics/h2ophys.f b/physics/h2ophys.f old mode 100755 new mode 100644 diff --git a/physics/h2ophys.meta b/physics/h2ophys.meta old mode 100755 new mode 100644 diff --git a/physics/iccn_def.F b/physics/iccn_def.F old mode 100755 new mode 100644 diff --git a/physics/iccninterp.F90 b/physics/iccninterp.F90 old mode 100755 new mode 100644 diff --git a/physics/iounitdef.f b/physics/iounitdef.f old mode 100755 new mode 100644 diff --git a/physics/m_micro.F90 b/physics/m_micro.F90 old mode 100755 new mode 100644 diff --git a/physics/m_micro.meta b/physics/m_micro.meta old mode 100755 new mode 100644 diff --git a/physics/m_micro_interstitial.F90 b/physics/m_micro_interstitial.F90 old mode 100755 new mode 100644 diff --git a/physics/m_micro_interstitial.meta b/physics/m_micro_interstitial.meta old mode 100755 new mode 100644 diff --git a/physics/machine.F b/physics/machine.F old mode 100755 new mode 100644 diff --git a/physics/machine.meta b/physics/machine.meta old mode 100755 new mode 100644 diff --git a/physics/maximum_hourly_diagnostics.F90 b/physics/maximum_hourly_diagnostics.F90 old mode 100755 new mode 100644 diff --git a/physics/maximum_hourly_diagnostics.meta b/physics/maximum_hourly_diagnostics.meta old mode 100755 new mode 100644 diff --git a/physics/mersenne_twister.f b/physics/mersenne_twister.f old mode 100755 new mode 100644 diff --git a/physics/mfpbl.f b/physics/mfpbl.f old mode 100755 new mode 100644 diff --git a/physics/mfpblt.f b/physics/mfpblt.f old mode 100755 new mode 100644 diff --git a/physics/mfscu.f b/physics/mfscu.f old mode 100755 new mode 100644 diff --git a/physics/micro_mg2_0.F90 b/physics/micro_mg2_0.F90 old mode 100755 new mode 100644 diff --git a/physics/micro_mg3_0.F90 b/physics/micro_mg3_0.F90 old mode 100755 new mode 100644 diff --git a/physics/micro_mg_utils.F90 b/physics/micro_mg_utils.F90 old mode 100755 new mode 100644 diff --git a/physics/module_MYJPBL_wrapper.F90 b/physics/module_MYJPBL_wrapper.F90 old mode 100755 new mode 100644 diff --git a/physics/module_MYJPBL_wrapper.meta b/physics/module_MYJPBL_wrapper.meta old mode 100755 new mode 100644 diff --git a/physics/module_MYJSFC_wrapper.F90 b/physics/module_MYJSFC_wrapper.F90 old mode 100755 new mode 100644 diff --git a/physics/module_MYJSFC_wrapper.meta b/physics/module_MYJSFC_wrapper.meta old mode 100755 new mode 100644 diff --git a/physics/module_MYNNPBL_wrapper.F90 b/physics/module_MYNNPBL_wrapper.F90 old mode 100755 new mode 100644 diff --git a/physics/module_MYNNPBL_wrapper.meta b/physics/module_MYNNPBL_wrapper.meta old mode 100755 new mode 100644 diff --git a/physics/module_MYNNSFC_wrapper.F90 b/physics/module_MYNNSFC_wrapper.F90 old mode 100755 new mode 100644 diff --git a/physics/module_MYNNSFC_wrapper.meta b/physics/module_MYNNSFC_wrapper.meta old mode 100755 new mode 100644 diff --git a/physics/module_SGSCloud_RadPost.meta b/physics/module_SGSCloud_RadPost.meta old mode 100755 new mode 100644 diff --git a/physics/module_bfmicrophysics.f b/physics/module_bfmicrophysics.f old mode 100755 new mode 100644 diff --git a/physics/module_bl_mynn.F90 b/physics/module_bl_mynn.F90 old mode 100755 new mode 100644 diff --git a/physics/module_gfdl_cloud_microphys.F90 b/physics/module_gfdl_cloud_microphys.F90 old mode 100755 new mode 100644 diff --git a/physics/module_mp_radar.F90 b/physics/module_mp_radar.F90 old mode 100755 new mode 100644 diff --git a/physics/module_mp_thompson.F90 b/physics/module_mp_thompson.F90 old mode 100755 new mode 100644 diff --git a/physics/module_mp_thompson_make_number_concentrations.F90 b/physics/module_mp_thompson_make_number_concentrations.F90 old mode 100755 new mode 100644 diff --git a/physics/module_nst_model.f90 b/physics/module_nst_model.f90 old mode 100755 new mode 100644 diff --git a/physics/module_nst_parameters.f90 b/physics/module_nst_parameters.f90 old mode 100755 new mode 100644 diff --git a/physics/module_nst_water_prop.f90 b/physics/module_nst_water_prop.f90 old mode 100755 new mode 100644 diff --git a/physics/module_sf_mynn.F90 b/physics/module_sf_mynn.F90 old mode 100755 new mode 100644 diff --git a/physics/module_sf_ruclsm.F90 b/physics/module_sf_ruclsm.F90 old mode 100755 new mode 100644 diff --git a/physics/module_soil_pre.F90 b/physics/module_soil_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/moninedmf.f b/physics/moninedmf.f old mode 100755 new mode 100644 diff --git a/physics/moninedmf.meta b/physics/moninedmf.meta old mode 100755 new mode 100644 diff --git a/physics/moninshoc.f b/physics/moninshoc.f old mode 100755 new mode 100644 diff --git a/physics/moninshoc.meta b/physics/moninshoc.meta old mode 100755 new mode 100644 diff --git a/physics/mp_thompson.F90 b/physics/mp_thompson.F90 old mode 100755 new mode 100644 diff --git a/physics/mp_thompson.meta b/physics/mp_thompson.meta old mode 100755 new mode 100644 diff --git a/physics/mp_thompson_post.F90 b/physics/mp_thompson_post.F90 old mode 100755 new mode 100644 diff --git a/physics/mp_thompson_post.meta b/physics/mp_thompson_post.meta old mode 100755 new mode 100644 diff --git a/physics/mp_thompson_pre.F90 b/physics/mp_thompson_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/mp_thompson_pre.meta b/physics/mp_thompson_pre.meta old mode 100755 new mode 100644 diff --git a/physics/multi_gases.F90 b/physics/multi_gases.F90 old mode 100755 new mode 100644 diff --git a/physics/namelist_soilveg.f b/physics/namelist_soilveg.f old mode 100755 new mode 100644 diff --git a/physics/namelist_soilveg_ruc.F90 b/physics/namelist_soilveg_ruc.F90 old mode 100755 new mode 100644 diff --git a/physics/ozinterp.f90 b/physics/ozinterp.f90 old mode 100755 new mode 100644 diff --git a/physics/ozne_def.f b/physics/ozne_def.f old mode 100755 new mode 100644 diff --git a/physics/ozphys.f b/physics/ozphys.f old mode 100755 new mode 100644 diff --git a/physics/ozphys.meta b/physics/ozphys.meta old mode 100755 new mode 100644 diff --git a/physics/ozphys_2015.f b/physics/ozphys_2015.f old mode 100755 new mode 100644 diff --git a/physics/ozphys_2015.meta b/physics/ozphys_2015.meta old mode 100755 new mode 100644 diff --git a/physics/physcons.F90 b/physics/physcons.F90 old mode 100755 new mode 100644 diff --git a/physics/physparam.f b/physics/physparam.f old mode 100755 new mode 100644 diff --git a/physics/precpd.f b/physics/precpd.f old mode 100755 new mode 100644 diff --git a/physics/precpd.meta b/physics/precpd.meta old mode 100755 new mode 100644 diff --git a/physics/radcons.f90 b/physics/radcons.f90 old mode 100755 new mode 100644 diff --git a/physics/radiation_aerosols.f b/physics/radiation_aerosols.f old mode 100755 new mode 100644 diff --git a/physics/radiation_astronomy.f b/physics/radiation_astronomy.f old mode 100755 new mode 100644 diff --git a/physics/radiation_clouds.f b/physics/radiation_clouds.f old mode 100755 new mode 100644 diff --git a/physics/radiation_gases.f b/physics/radiation_gases.f old mode 100755 new mode 100644 diff --git a/physics/radiation_surface.f b/physics/radiation_surface.f old mode 100755 new mode 100644 diff --git a/physics/radlw_datatb.f b/physics/radlw_datatb.f old mode 100755 new mode 100644 diff --git a/physics/radlw_main.F90 b/physics/radlw_main.F90 old mode 100755 new mode 100644 diff --git a/physics/radlw_main.meta b/physics/radlw_main.meta old mode 100755 new mode 100644 diff --git a/physics/radlw_param.f b/physics/radlw_param.f old mode 100755 new mode 100644 diff --git a/physics/radlw_param.meta b/physics/radlw_param.meta old mode 100755 new mode 100644 diff --git a/physics/radsw_datatb.f b/physics/radsw_datatb.f old mode 100755 new mode 100644 diff --git a/physics/radsw_main.F90 b/physics/radsw_main.F90 old mode 100755 new mode 100644 diff --git a/physics/radsw_main.meta b/physics/radsw_main.meta old mode 100755 new mode 100644 diff --git a/physics/radsw_param.f b/physics/radsw_param.f old mode 100755 new mode 100644 diff --git a/physics/radsw_param.meta b/physics/radsw_param.meta old mode 100755 new mode 100644 diff --git a/physics/rayleigh_damp.f b/physics/rayleigh_damp.f old mode 100755 new mode 100644 diff --git a/physics/rayleigh_damp.meta b/physics/rayleigh_damp.meta old mode 100755 new mode 100644 diff --git a/physics/rrtmg_lw_post.F90 b/physics/rrtmg_lw_post.F90 old mode 100755 new mode 100644 diff --git a/physics/rrtmg_lw_post.meta b/physics/rrtmg_lw_post.meta old mode 100755 new mode 100644 diff --git a/physics/rrtmg_lw_pre.F90 b/physics/rrtmg_lw_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/rrtmg_lw_pre.meta b/physics/rrtmg_lw_pre.meta old mode 100755 new mode 100644 diff --git a/physics/rrtmg_sw_post.F90 b/physics/rrtmg_sw_post.F90 old mode 100755 new mode 100644 diff --git a/physics/rrtmg_sw_post.meta b/physics/rrtmg_sw_post.meta old mode 100755 new mode 100644 diff --git a/physics/rrtmg_sw_pre.F90 b/physics/rrtmg_sw_pre.F90 old mode 100755 new mode 100644 diff --git a/physics/rrtmg_sw_pre.meta b/physics/rrtmg_sw_pre.meta old mode 100755 new mode 100644 diff --git a/physics/samfaerosols.F b/physics/samfaerosols.F old mode 100755 new mode 100644 diff --git a/physics/samfdeepcnv.f b/physics/samfdeepcnv.f old mode 100755 new mode 100644 diff --git a/physics/samfdeepcnv.meta b/physics/samfdeepcnv.meta old mode 100755 new mode 100644 diff --git a/physics/samfshalcnv.f b/physics/samfshalcnv.f old mode 100755 new mode 100644 diff --git a/physics/samfshalcnv.meta b/physics/samfshalcnv.meta old mode 100755 new mode 100644 diff --git a/physics/satmedmfvdif.F b/physics/satmedmfvdif.F old mode 100755 new mode 100644 diff --git a/physics/satmedmfvdif.meta b/physics/satmedmfvdif.meta old mode 100755 new mode 100644 diff --git a/physics/scm_sfc_flux_spec.F90 b/physics/scm_sfc_flux_spec.F90 old mode 100755 new mode 100644 diff --git a/physics/scm_sfc_flux_spec.meta b/physics/scm_sfc_flux_spec.meta old mode 100755 new mode 100644 diff --git a/physics/set_soilveg.f b/physics/set_soilveg.f old mode 100755 new mode 100644 diff --git a/physics/set_soilveg_ruc.F90 b/physics/set_soilveg_ruc.F90 old mode 100755 new mode 100644 diff --git a/physics/sfc_cice.f b/physics/sfc_cice.f old mode 100755 new mode 100644 diff --git a/physics/sfc_cice.meta b/physics/sfc_cice.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_diag.f b/physics/sfc_diag.f old mode 100755 new mode 100644 diff --git a/physics/sfc_diag.meta b/physics/sfc_diag.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_diag_post.F90 b/physics/sfc_diag_post.F90 old mode 100755 new mode 100644 diff --git a/physics/sfc_diag_post.meta b/physics/sfc_diag_post.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_diff.f b/physics/sfc_diff.f old mode 100755 new mode 100644 diff --git a/physics/sfc_diff.meta b/physics/sfc_diff.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_drv.f b/physics/sfc_drv.f old mode 100755 new mode 100644 diff --git a/physics/sfc_drv.meta b/physics/sfc_drv.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_drv_ruc.F90 b/physics/sfc_drv_ruc.F90 old mode 100755 new mode 100644 diff --git a/physics/sfc_drv_ruc.meta b/physics/sfc_drv_ruc.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_noahmp_drv.meta b/physics/sfc_noahmp_drv.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_nst.f b/physics/sfc_nst.f old mode 100755 new mode 100644 diff --git a/physics/sfc_nst.meta b/physics/sfc_nst.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_ocean.F b/physics/sfc_ocean.F old mode 100755 new mode 100644 diff --git a/physics/sfc_ocean.meta b/physics/sfc_ocean.meta old mode 100755 new mode 100644 diff --git a/physics/sfc_sice.f b/physics/sfc_sice.f old mode 100755 new mode 100644 diff --git a/physics/sfc_sice.meta b/physics/sfc_sice.meta old mode 100755 new mode 100644 diff --git a/physics/sfcsub.F b/physics/sfcsub.F old mode 100755 new mode 100644 diff --git a/physics/sflx.f b/physics/sflx.f old mode 100755 new mode 100644 diff --git a/physics/shinhongvdif.F90 b/physics/shinhongvdif.F90 old mode 100755 new mode 100644 diff --git a/physics/shinhongvdif.meta b/physics/shinhongvdif.meta old mode 100755 new mode 100644 diff --git a/physics/surface_perturbation.F90 b/physics/surface_perturbation.F90 old mode 100755 new mode 100644 diff --git a/physics/tridi.f b/physics/tridi.f old mode 100755 new mode 100644 diff --git a/physics/ugwp_driver_v0.F b/physics/ugwp_driver_v0.F old mode 100755 new mode 100644 diff --git a/physics/wv_saturation.F b/physics/wv_saturation.F old mode 100755 new mode 100644 diff --git a/physics/ysuvdif.F90 b/physics/ysuvdif.F90 old mode 100755 new mode 100644 diff --git a/physics/ysuvdif.meta b/physics/ysuvdif.meta old mode 100755 new mode 100644 From fd5428aaeac8b5acf3e22dc8f5d243629912265c Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Tue, 27 Jul 2021 16:37:58 +0000 Subject: [PATCH 09/11] Change file permission --- physics/docs/ccpp_dox | 0 physics/docs/ccpp_dox_extra_style.css | 0 physics/docs/ccpp_dox_layout.xml | 0 physics/docs/ccpp_doxyfile | 0 physics/docs/ccpplatex_dox | 0 physics/docs/ccppv3_doxyfile | 0 physics/docs/ccppv3_fv3_doxyfile | 0 physics/docs/ccppv4_doxyfile | 0 physics/docs/ccppv5_doxyfile | 0 physics/docs/library.bib | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 physics/docs/ccpp_dox mode change 100755 => 100644 physics/docs/ccpp_dox_extra_style.css mode change 100755 => 100644 physics/docs/ccpp_dox_layout.xml mode change 100755 => 100644 physics/docs/ccpp_doxyfile mode change 100755 => 100644 physics/docs/ccpplatex_dox mode change 100755 => 100644 physics/docs/ccppv3_doxyfile mode change 100755 => 100644 physics/docs/ccppv3_fv3_doxyfile mode change 100755 => 100644 physics/docs/ccppv4_doxyfile mode change 100755 => 100644 physics/docs/ccppv5_doxyfile mode change 100755 => 100644 physics/docs/library.bib diff --git a/physics/docs/ccpp_dox b/physics/docs/ccpp_dox old mode 100755 new mode 100644 diff --git a/physics/docs/ccpp_dox_extra_style.css b/physics/docs/ccpp_dox_extra_style.css old mode 100755 new mode 100644 diff --git a/physics/docs/ccpp_dox_layout.xml b/physics/docs/ccpp_dox_layout.xml old mode 100755 new mode 100644 diff --git a/physics/docs/ccpp_doxyfile b/physics/docs/ccpp_doxyfile old mode 100755 new mode 100644 diff --git a/physics/docs/ccpplatex_dox b/physics/docs/ccpplatex_dox old mode 100755 new mode 100644 diff --git a/physics/docs/ccppv3_doxyfile b/physics/docs/ccppv3_doxyfile old mode 100755 new mode 100644 diff --git a/physics/docs/ccppv3_fv3_doxyfile b/physics/docs/ccppv3_fv3_doxyfile old mode 100755 new mode 100644 diff --git a/physics/docs/ccppv4_doxyfile b/physics/docs/ccppv4_doxyfile old mode 100755 new mode 100644 diff --git a/physics/docs/ccppv5_doxyfile b/physics/docs/ccppv5_doxyfile old mode 100755 new mode 100644 diff --git a/physics/docs/library.bib b/physics/docs/library.bib old mode 100755 new mode 100644 From ac5fe1aa9373ffb40198b05246e1806108a1914b Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Tue, 27 Jul 2021 16:44:13 +0000 Subject: [PATCH 10/11] Change file permission --- .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 From 6a06c204a3a5b07731112e65d9daf8dcfbb70176 Mon Sep 17 00:00:00 2001 From: XiaqiongZhou-NOAA <48254930+XiaqiongZhou-NOAA@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:15:52 -0400 Subject: [PATCH 11/11] Update cires_ugwp.F90 Change it back to the original. --- physics/cires_ugwp.F90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/physics/cires_ugwp.F90 b/physics/cires_ugwp.F90 index bb8347b17..6efce96f5 100644 --- a/physics/cires_ugwp.F90 +++ b/physics/cires_ugwp.F90 @@ -53,8 +53,7 @@ subroutine cires_ugwp_init (me, master, nlunit, input_nml_file, logunit, & integer, intent (in) :: lonr integer, intent (in) :: levs integer, intent (in) :: latr -!SK real(kind=kind_phys), intent (in) :: ak(:), bk(:) - real(kind=kind_phys), intent (in) :: ak(levs+1), bk(levs+1) + real(kind=kind_phys), intent (in) :: ak(:), bk(:) real(kind=kind_phys), intent (in) :: dtp real(kind=kind_phys), intent (in) :: cdmbgwd(:), cgwf(:) ! "scaling" controls for "old" GFS-GW schemes real(kind=kind_phys), intent (in) :: pa_rf_in, tau_rf_in