Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev/emc from NCAR dtc/develop 2020/07/21 #34

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3df1171
Add codeowners for NCAR fork
llpcarson Aug 16, 2019
b700cae
model/fv_dynamics.F90: replicating previous change to gmtb/develop br…
climbfuji Aug 30, 2019
94ab0e1
add option to output omega
junwang-noaa Aug 26, 2019
fec8205
Remove TRANSITION mode
climbfuji Sep 20, 2019
1d6035a
Merge pull request #2 from climbfuji/remove_transition_mode
climbfuji Sep 23, 2019
672eb0e
VLab Issue #68141
yangfanglin Sep 5, 2019
e868186
change delz from positive value to the original value in the model
DusanJovic-NOAA Sep 24, 2019
f627bfb
Add missing change in fv_cmp.F90 - now identical with EMC code
climbfuji Oct 7, 2019
ed75004
Merge pull request #4 from climbfuji/update_gmtb_develop_with_vlab_ma…
climbfuji Oct 11, 2019
9871607
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Nov 4, 2019
77f4fba
implement FA scheme water loading option if nwat =4
mzhangw Nov 14, 2019
f8a257a
use upper-case CCPP
mzhangw Nov 15, 2019
8805acd
From Chunxi: The file fv_mapz.F90 also needs to be modified (K_warm)
mzhangw Nov 19, 2019
98c58ad
bug fix
mzhangw Nov 19, 2019
b280b37
bug fix
mzhangw Nov 19, 2019
0c9ab9e
Merge pull request #5 from mzhangw/HAFS_fer_hires
climbfuji Nov 22, 2019
68576a6
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Nov 27, 2019
3a4dfd8
Merge pull request #6 from climbfuji/dtc_develop_udpate_from_emc_2019…
climbfuji Dec 3, 2019
9a290ee
Merge branch 'dev/emc' of https://github.com/noaa-emc/GFDL_atmos_cube…
climbfuji Jan 27, 2020
846f5a5
Merge pull request #7 from climbfuji/update_dtc_develop_from_dev-emc
climbfuji Feb 3, 2020
4858d33
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Feb 28, 2020
4279bf7
Merge pull request #9 from climbfuji/update_dtc_develop_from_emc
climbfuji Mar 9, 2020
9bacf55
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Mar 12, 2020
ce66d6a
Merge pull request #10 from climbfuji/update_from_dev_emc_20200312_an…
climbfuji Mar 13, 2020
ecca997
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Apr 9, 2020
f9bbb4f
Bugfix for GNU compiler in model/fv_regional_bc.F90, reduce verbosity…
climbfuji Apr 10, 2020
86c127f
Merge pull request #11 from climbfuji/update_dtc_develop_from_dev_emc…
climbfuji Apr 10, 2020
c74b928
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Jun 7, 2020
b3bd04f
Merge pull request #12 from climbfuji/update_dtc_develop_from_ncar_ma…
climbfuji Jun 8, 2020
945f4e7
Bugfix in tools/fv_diagnostics.F90: correct dimensions of delz in sev…
climbfuji Jun 26, 2020
7d3bce2
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Jun 29, 2020
cfd9f44
Merge branch 'bugfix_fv_diagnostics_delz_dims' of https://github.com/…
climbfuji Jun 29, 2020
447b9e5
Merge pull request #13 from climbfuji/update_dtc_develop_from_emc_and…
climbfuji Jun 30, 2020
cbbf2e8
Bugfix for GNU compiler in makefile, add missing include statement
climbfuji Jul 2, 2020
ba8a94b
Merge pull request #14 from climbfuji/gnu_include
climbfuji Jul 2, 2020
b6caf1e
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Jul 7, 2020
27d0629
Merge pull request #15 from climbfuji/update_dtc_develop_from_emc_dev…
climbfuji Jul 8, 2020
7c4c21f
Merge branch 'dev/emc' of https://github.com/NOAA-EMC/GFDL_atmos_cube…
climbfuji Jul 21, 2020
4adaeaf
model/multi_gases.F90: add missing import statements
climbfuji Jul 21, 2020
9e4ce75
Merge pull request #16 from climbfuji/update_dtc_develop_from_dev_emc…
climbfuji Jul 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

LIBRARY = libfv3core.a

FFLAGS += -I$(FMS_DIR) -I../gfsphysics -I../ipd -I../io
FFLAGS += -I$(FMS_DIR) -I../gfsphysics -I../ipd -I../io -I.

SRCS_f =

Expand Down
2 changes: 1 addition & 1 deletion model/multi_gases.F90
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module multi_gases_mod
use constants_mod, only: rdgas, rvgas, cp_air
use fv_mp_mod, only: is_master
use mpp_mod, only: stdlog, input_nml_file
use fms_mod, only: check_nml_error
use fms_mod, only: check_nml_error, open_namelist_file, close_file


implicit none
Expand Down