Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "atmos_cubed_sphere"]
path = atmos_cubed_sphere
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
branch = dev/emc
url = https://github.com/bensonr/GFDL_atmos_cubed_sphere
branch = master2emc
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
Expand Down
2 changes: 1 addition & 1 deletion atmos_cubed_sphere
Submodule atmos_cubed_sphere updated 74 files
+27 −0 .github/ISSUE_TEMPLATE/bug_report.md
+19 −0 .github/ISSUE_TEMPLATE/feature_request.md
+14 −0 .github/ISSUE_TEMPLATE/support_request.md
+127 −0 CODE_STYLE.md
+12 −4 README.md
+0 −19 docs/AdvectionOperators.md
+0 −36 docs/Chapter1.md
+0 −52 docs/Chapter2.md
+0 −6 docs/Chapter3.md
+0 −75 docs/Chapter4.md
+0 −42 docs/Chapter5.md
+0 −46 docs/Chapter6.md
+0 −112 docs/Chapter7.md
+0 −65 docs/Chapter8.md
+0 −67 docs/Chapter9.md
+0 −194 docs/DoxygenLayout.xml
+0 −148 docs/FV3_citations.bib
+0 −7 docs/Foreword.md
+0 −25 docs/Links.md
+0 −22 docs/Preface.md
+0 −2,436 docs/acs_fvGFS
+0 −73 docs/appendixB.md
+0 −25 docs/appendixB1.md
+0 −22 docs/appendixB2.md
+ docs/doc_source/CDgrid.pdf
+ docs/doc_source/FV3flowchart.pdf
+ docs/doc_source/GFDLLogo.png
+ docs/doc_source/KESpectra.pdf
+ docs/doc_source/PGF.pdf
+1 −0 docs/doc_source/README
+1,653 −0 docs/doc_source/fv3_technical_2021.tex
+ docs/doc_source/fv3logo.png
+1,289 −0 docs/doc_source/fv3references.bib
+ docs/doc_source/gridmetrics1D.pdf
+ docs/doc_source/gridmetricsCoordinates.pdf
+ docs/doc_source/gridmetricsReconstructions.pdf
+ docs/doc_source/phasespeedbad.pdf
+ docs/doc_source/phasespeedgood.pdf
+ docs/doc_source/twowayschematic.pdf
+0 −18 docs/documentation.dox
+464 −0 docs/examples/BCMoist.ipynb
+305 −0 docs/examples/BLvortex.ipynb
+402 −0 docs/examples/BTwave.ipynb
+757 −0 docs/examples/DPSupercell.ipynb
+28 −0 docs/examples/README.md
+279 −0 docs/examples/RHwave.ipynb
+2,280 −0 docs/examples/TC.ipynb
+532 −0 docs/examples/tp_core.ipynb
+ docs/fv3_technical_2021.pdf
+ docs/image/FV3flowchart.png
+ docs/image/UFSLogo.png
+15 −25 driver/fvGFS/atmosphere.F90
+1 −10 driver/fvGFS/fv_nggps_diag.F90
+0 −1 model/a2b_edge.F90
+7 −40 model/boundary.F90
+48 −46 model/fv_arrays.F90
+80 −445 model/fv_control.F90
+58 −124 model/fv_nesting.F90
+251 −137 model/fv_regional_bc.F90
+0 −20 model/sw_core.F90
+207 −102 tools/coarse_grained_restart_files.F90
+1 −1 tools/coarse_graining.F90
+2,123 −2,335 tools/external_ic.F90
+1 −21 tools/fv_diag_column.F90
+6 −125 tools/fv_diagnostics.F90
+66 −11 tools/fv_eta.F90
+154 −153 tools/fv_grid_tools.F90
+562 −287 tools/fv_io.F90
+1 −16 tools/fv_mp_mod.F90
+7 −13 tools/fv_nudge.F90
+77 −61 tools/fv_restart.F90
+3 −13 tools/fv_surf_map.F90
+4 −5 tools/fv_treat_da_inc.F90
+0 −44 tools/test_cases.F90