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 my fork #8

Merged
merged 475 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
475 commits
Select commit Hold shift + click to select a range
f29e32a
Rescaled pressure in calc_isoneutral_slopes
Hallberg-NOAA Apr 6, 2020
efbbd31
Rescaled pressures in calculate_vertical_integrals
Hallberg-NOAA Apr 6, 2020
1a6411f
added changes to unify cap with EMC changes
Apr 7, 2020
f9b63f3
+Added RL2_T2_to_Pa element to unit_scale_type
Hallberg-NOAA Apr 7, 2020
6d7dde4
Use combined scaling factors
Hallberg-NOAA Apr 7, 2020
e089a15
bug fix for cesm when restart_option is none
Apr 7, 2020
7e64432
Merge branch 'Hallberg-NOAA-fix_iceshelf_problems' into dev/gfdl
adcroft Apr 8, 2020
27e7a1f
Merge branch 'dev/esmg' of https://github.com/ESMG/MOM6 into ESMG-dev…
adcroft Apr 8, 2020
fc9dfd0
Merge branch 'ESMG-dev/esmg' into dev/gfdl
adcroft Apr 8, 2020
6af725f
+Rescaled the units of fluxes%p_surf
Hallberg-NOAA Apr 8, 2020
20ae74d
Merge branch 'dev/gfdl' into rescale_pressure
Hallberg-NOAA Apr 8, 2020
978d772
Moved vkernel unit tests to stdout
adcroft Dec 6, 2018
3006337
Write test fails to both stderr and stdout
adcroft Apr 8, 2020
916be3c
Rescaled ice_shelf_CS%g_Earth like GV%g_Earth
Hallberg-NOAA Apr 8, 2020
3767883
Replaced 0,6 with stderr,stdout
adcroft Apr 8, 2020
3e9c645
Merge pull request #1087 from adcroft/vkernal-tests-to-stdout
marshallward Apr 8, 2020
5e16458
+Add optional pres_scale arg to calculate_TFreeze
Hallberg-NOAA Apr 9, 2020
1252e3b
Pass rescaled pressures to calculate_TFreeze
Hallberg-NOAA Apr 9, 2020
ce0905e
+Add hor_index_type variants of EOS routines
Hallberg-NOAA Apr 10, 2020
2fc1c2e
Use new HI_1d forms of calculate_density calls
Hallberg-NOAA Apr 11, 2020
3223eb6
+Rescaled the units of tv%P_Ref to [R L2 T-2]
Hallberg-NOAA Apr 11, 2020
fb820c1
+Rescaled pressure arguments to multiple routines
Hallberg-NOAA Apr 12, 2020
6948cb7
+Replaced optional pres_scale args with US args
Hallberg-NOAA Apr 12, 2020
0a2bb50
uncomment omp directive for KPP_compute_BLD
alperaltuntas Apr 12, 2020
01f7c45
uncomment omp in barotropic solver
alperaltuntas Apr 13, 2020
1e8c501
Corrected pressure units in comments
Hallberg-NOAA Apr 13, 2020
8df34f4
Rescaled internal MOM_diapyc_energy_req variables
Hallberg-NOAA Apr 13, 2020
500c9e3
Rescaled pressures in 17 calculate_density calls
Hallberg-NOAA Apr 13, 2020
00db8d5
Corrected a bug in calculate_spec_vol_derivs_H1_1d
Hallberg-NOAA Apr 13, 2020
2a951e7
Redirected various EOS interfaces to common code
Hallberg-NOAA Apr 13, 2020
04fcfd4
+Rescaled args to find_depth_of_pressure_in_cell
Hallberg-NOAA Apr 14, 2020
2aa1091
optimize barotropic timestepping openmp
alperaltuntas Apr 14, 2020
22215cb
Internal field index rotation
marshallward Apr 14, 2020
b72afce
+Made arguments to unit_scaling_init optional
Hallberg-NOAA Apr 14, 2020
a7836f0
+Rescaled variables in MOM_neutral_diffusion.F90
Hallberg-NOAA Apr 14, 2020
7643bce
Simpler calculate_density in ISOMIP_initialization
Hallberg-NOAA Apr 14, 2020
030a636
Nullify a pointer in neutral diffusion unit tests
Hallberg-NOAA Apr 15, 2020
ad0c70e
Rescaled three diagnosed densities
Hallberg-NOAA Apr 15, 2020
608d210
Rescaled pressures in wave speed calculations
Hallberg-NOAA Apr 15, 2020
a01dae5
Corrected 3 openMP declarations
Hallberg-NOAA Apr 15, 2020
bb73bb8
+(*)Rescaled pressures used to build coordinates
Hallberg-NOAA Apr 15, 2020
4182ad2
+Add optional US arg to calculate_compress
Hallberg-NOAA Apr 15, 2020
b84b2d3
Rescaled variables in convert_thickness
Hallberg-NOAA Apr 15, 2020
da12012
Minor cleanup related to pressure rescaling
Hallberg-NOAA Apr 15, 2020
ae944c2
Merge branch 'dev/gfdl' into rescale_pressure
Hallberg-NOAA Apr 15, 2020
87054b4
Added an omitted dOxygen comment
Hallberg-NOAA Apr 15, 2020
77b6b74
(*)Set loop bounds in calculate_density calls
Hallberg-NOAA Apr 15, 2020
a00c327
(*)Reordered setting calculate_density loop bounds
Hallberg-NOAA Apr 15, 2020
3dd70fe
remove unnecessary kOBL computation
alperaltuntas Apr 15, 2020
f632ffc
Explicit array rotation index; modulo chksum turns
marshallward Apr 15, 2020
6cf28bf
Add option to scale AH via a biharmonic Reynolds #
gustavo-marques Apr 15, 2020
c325f9c
Removes G_EARTH from OBCs
adcroft Apr 15, 2020
e8dba19
Merge branch 'index_rotation' into dev/gfdl
Hallberg-NOAA Apr 15, 2020
71d1c73
Merge branch 'dev/gfdl' into rm-gearth-from-obcs
marshallward Apr 16, 2020
b4c4f28
Resolve conflict with NOAA-GFDL/MOM6#1088
adcroft Apr 16, 2020
6c0e58b
Merge pull request #1090 from adcroft/rm-gearth-from-obcs
marshallward Apr 16, 2020
620a97c
Merge branch 'dev/gfdl' into rescale_pressure
Hallberg-NOAA Apr 16, 2020
68c53e9
Removes missing_value argument from APIs in MOM_diag_remap
adcroft Apr 16, 2020
65f36d7
Add diags for Lapl. and Bihar grid Reynolds #s
gustavo-marques Apr 16, 2020
49ab54a
move pass_var in KPP smoothing outside the do-loop
alperaltuntas Apr 17, 2020
ab9d8e9
+Added dom interface to calculate_density
Hallberg-NOAA Apr 17, 2020
415a6bc
Adds unit conversions to EOS type
adcroft Apr 17, 2020
c309289
Add doxygen comments for h_begin in diag_ctrl
Apr 16, 2020
acf23a4
Use the 'dom=' interface to calculate_density
Hallberg-NOAA Apr 17, 2020
18d520e
Remove optional US from most MOM_EOS functions
adcroft Apr 17, 2020
4f42d72
Fixed the spelling in an openMP directive
Hallberg-NOAA Apr 17, 2020
abecf02
Merge branch 'Hallberg-NOAA-rescale_pressure' into rescale_pressure
adcroft Apr 17, 2020
353f441
Merge branch 'dev/gfdl' of https://github.com/NOAA-GFDL/MOM6 into rem…
Apr 17, 2020
0caf9cc
Missed a conflict resolution
adcroft Apr 17, 2020
371ed85
Initialize scaling params without EOS_init()
adcroft Apr 17, 2020
64901d1
Add optional limiter and fix unit tests
gustavo-marques Apr 17, 2020
2431416
Fix string continuation syntax
gustavo-marques Apr 17, 2020
b609dea
Fix indices in KE calculation
gustavo-marques Apr 17, 2020
9b53927
Rescaled internal MOM_CVMix variables
Hallberg-NOAA Apr 17, 2020
760dc39
+Rescaled variables in coord_adapt
Hallberg-NOAA Apr 17, 2020
cdeda16
Switched versions of calculate_density in 22 calls
Hallberg-NOAA Apr 19, 2020
7282956
Merge branch 'rescale_pressure' of git://github.com/adcroft/MOM6 into…
Hallberg-NOAA Apr 19, 2020
f0f894c
Merge branch 'Adcroft_rescale_pressure' into rescale_pressure
Hallberg-NOAA Apr 19, 2020
9c5239e
Corrected MOM_EOS dimensional rescaling problem
Hallberg-NOAA Apr 19, 2020
718c3ab
Removed US argument to find_depth_of_pressure_in_cell
Hallberg-NOAA Apr 19, 2020
e3c434e
Store return values from EOS_domain
Hallberg-NOAA Apr 19, 2020
3a817ef
Fixed a diagnostic halo extent
Hallberg-NOAA Apr 20, 2020
37d30b5
Eliminated the use of GV%mks_g_Earth
Hallberg-NOAA Apr 20, 2020
18b2193
Fixed compile time bugs in mom_surface_forcing_mct
Hallberg-NOAA Apr 20, 2020
f5eb171
Eliminated some US args in MOM_neutral_diffusion
Hallberg-NOAA Apr 20, 2020
59d2537
Merge pull request #1070 from ashao/remap_v_extensive
marshallward Apr 21, 2020
8cddc68
Merge branch 'dev/gfdl' into rescale_pressure
marshallward Apr 21, 2020
8a1e9b5
New option TEMP_SALT_INIT_VERTICAL_REMAP_ONLY
MJHarrison-GFDL Apr 21, 2020
8bb6b33
Merge remote-tracking branch 'origin' into TS_initial_ongrid
MJHarrison-GFDL Apr 21, 2020
e0d7acc
Improve performance of TS ongrid initialization
MJHarrison-GFDL Apr 21, 2020
c745c5b
Merge pull request #1089 from Hallberg-NOAA/rescale_pressure
marshallward Apr 21, 2020
d93ea73
Merge remote-tracking branch 'origin' into TS_initial_ongrid
MJHarrison-GFDL Apr 21, 2020
c88c818
Merge branch 'dev/gfdl' into rm-missing-value-from-diag-remap
marshallward Apr 21, 2020
3fb86e3
Avoid division by zero
gustavo-marques Apr 21, 2020
156ae31
Merge branch 'dev/gfdl' into rescale_rigidity
Hallberg-NOAA Apr 21, 2020
e955c6d
Fix openmp directives
gustavo-marques Apr 21, 2020
e3cbcbb
Fix openmp directives
gustavo-marques Apr 21, 2020
c505ad3
Merge pull request #1091 from adcroft/rm-missing-value-from-diag-remap
marshallward Apr 21, 2020
6e2f334
Merge branch 'dev/gfdl' into fix_LBD_tests
marshallward Apr 21, 2020
cd00022
Fix OMP calls
gustavo-marques Apr 21, 2020
dc69372
Fix parameter description for TEMP_SALT_INIT_VERTICAL_REMAP_ONLY
MJHarrison-GFDL Apr 22, 2020
1e7fa51
add KPP timing clocks and omp directives
alperaltuntas Apr 22, 2020
178d429
Merge pull request #1092 from gustavo-marques/fix_LBD_tests
marshallward Apr 22, 2020
6a2c6d7
Merge branch 'dev/gfdl' into TS_initial_ongrid
MJHarrison-GFDL Apr 22, 2020
e5fcc69
remove OMP enclosing get_BLD call
alperaltuntas Apr 22, 2020
e47e8b7
uncomment KPP clocks
alperaltuntas Apr 22, 2020
fb93ef4
Merge branch 'dev/gfdl' into rescale_rigidity
marshallward Apr 22, 2020
6bd6e02
Merge pull request #1094 from Hallberg-NOAA/rescale_rigidity
marshallward Apr 22, 2020
1165a61
further refactor smoothing subroutine
alperaltuntas Apr 22, 2020
66ae905
+Add p_surf to pressures used to calculate density
Hallberg-NOAA Apr 23, 2020
98f5a8d
add omp directives to int_density_dz_generic_plm
alperaltuntas Apr 23, 2020
48310e3
eliminate omp parallel open/close in to int_density_dz_generic_plm
alperaltuntas Apr 23, 2020
1b2f7b4
Merge branch 'dev/gfdl' into TS_initial_ongrid
MJHarrison-GFDL Apr 23, 2020
21c655c
+Make wave speed calcs more robust via new options
Hallberg-NOAA Apr 23, 2020
760e41b
+Added reproducing_sum_EFP and EFP_sum_across_PEs
Hallberg-NOAA Apr 28, 2020
4a9650f
ROTATE_INDEX, INDEX_TURNS moved to debug params
marshallward Apr 28, 2020
40162d1
Merge pull request #1095 from Hallberg-NOAA/add_p_surf
marshallward Apr 28, 2020
4b992e0
Merge branch 'dev/gfdl' into better_wave_speeds
marshallward Apr 28, 2020
9cab5ef
Use deferred sums in MOM_sum_output
Hallberg-NOAA Apr 29, 2020
60a5f88
Merge branch 'dev/gfdl' into nuanced_repro_sums
Hallberg-NOAA Apr 29, 2020
130970e
Fix remapped diagnostic documentation
angus-g Apr 29, 2020
6493182
+Added EFP_lay_sums argument to reproducing_sum_3d
Hallberg-NOAA Apr 29, 2020
18d8f90
Do sums for write_energy on computational domain
Hallberg-NOAA Apr 29, 2020
9cb4b39
Use reproducing_sums in 3 diagnostic subroutines
Hallberg-NOAA Apr 29, 2020
7936f8e
Merge global sums for diagnostics
Hallberg-NOAA Apr 29, 2020
c4ae4b9
Merge branch 'dev/gfdl' into cp_dims
Hallberg-NOAA Apr 29, 2020
33c5c51
Merge pull request #1096 from Hallberg-NOAA/better_wave_speeds
marshallward Apr 29, 2020
ae525aa
Merge branch 'dev/gfdl' into cp_dims
Hallberg-NOAA Apr 29, 2020
c74416e
Merge branch 'dev/gfdl' into patch-1
marshallward Apr 29, 2020
dee0420
Merge pull request #1097 from marshallward/cp_dims
Hallberg-NOAA Apr 29, 2020
0c1646f
Merge branch 'dev/gfdl' into nuanced_repro_sums
Hallberg-NOAA Apr 29, 2020
2b09787
Merge branch 'dev/gfdl' into patch-1
marshallward Apr 29, 2020
12853fa
Merge pull request #1098 from angus-g/patch-1
marshallward Apr 29, 2020
e9d5065
Merge branch 'dev/gfdl' into nuanced_repro_sums
marshallward Apr 29, 2020
3c3167a
Merge pull request #1099 from Hallberg-NOAA/nuanced_repro_sums
marshallward Apr 30, 2020
3b0a2a6
Renamed all type(surface) variables to sfc_state
Hallberg-NOAA Apr 30, 2020
c6321d6
+Rescaled sfc_state%u and sfc_state%v
Hallberg-NOAA Apr 30, 2020
4b8fffc
+Rescaled sfc_state%sfc_density and sfc_state%Hml
Hallberg-NOAA Apr 30, 2020
897e0d3
Removes module MOM_PressureForce_blk_AFV.F90
adcroft Apr 30, 2020
5f7ce52
(*)Rescale frazil and p_surf_prev after restarts
Hallberg-NOAA Apr 30, 2020
a90a65e
+(*)Added US and m_to_BLD_units args to KPP_get_BLD
Hallberg-NOAA Apr 30, 2020
d820561
+Rescaled visc%MLD and Hml in diabatic to [Z]
Hallberg-NOAA May 1, 2020
bee6be7
+Rescaled sfc_state%frazil and other variables
Hallberg-NOAA May 1, 2020
6603451
Merge pull request #1101 from adcroft/rm-blocked-dens-integrals
Hallberg-NOAA May 1, 2020
2c2ce38
Merge branch 'dev/gfdl' into rescale_sfc_state
Hallberg-NOAA May 1, 2020
be2bd3e
Merge branch 'dev/gfdl' into TS_initial_ongrid
Hallberg-NOAA May 1, 2020
eb679d9
Merge branch 'Harrison_TS_initial_ongrid' into dev/gfdl
Hallberg-NOAA May 3, 2020
3bf6675
Merge branch 'dev/gfdl' into rescale_sfc_state
Hallberg-NOAA May 4, 2020
c53525e
Clean QG_Leith
gustavo-marques Apr 22, 2020
b412fde
Fix Leith_Ah
gustavo-marques May 1, 2020
7d228f7
Add missing OMP directives
gustavo-marques May 4, 2020
933b09a
Remove OMP directive that came with cherry-picking
gustavo-marques May 4, 2020
1c44924
Merge pull request #1102 from Hallberg-NOAA/rescale_sfc_state
marshallward May 4, 2020
3a04ca5
Scalar diag conversion; Q and R dimension scaling
marshallward May 4, 2020
2b6d7c6
Merge pull request #1103 from marshallward/q_r_scaling
Hallberg-NOAA May 4, 2020
c06515f
Add tidal diffusivities (Kd_tidal) into Kd_int
gustavo-marques May 6, 2020
4e54ad5
Merge pull request #147 from gustavo-marques/biharmonic_grid_Re
alperaltuntas May 6, 2020
809593c
Merge branch 'dev/ncar' into leith_improvements
gustavo-marques May 6, 2020
c42d104
Merge pull request #148 from gustavo-marques/leith_improvements
alperaltuntas May 7, 2020
e05054e
+Fix units in comments and parameter descriptions
Hallberg-NOAA May 7, 2020
a041a95
(*)Corrected loop bounds in build_adapt_column
Hallberg-NOAA May 7, 2020
3e28d61
Corrected rescaling with CONST_SEA_LEVEL
Hallberg-NOAA May 7, 2020
b7e3776
(*)Fix dimensional inconsistency in calc_CVMix_shear
Hallberg-NOAA May 7, 2020
450e954
fix out of bounds when nrows == 1
raphaeldussin May 7, 2020
70cfd64
Merge pull request #1104 from raphaeldussin/tridiag_det_fix
Hallberg-NOAA May 7, 2020
e16d7ec
Reduced the halo size in an update for eta
Hallberg-NOAA May 7, 2020
ce3df02
+Optionally correct timesteps in unsplit viscosity
Hallberg-NOAA May 7, 2020
c39ab9e
+Use time types to manage offline tracers
Hallberg-NOAA May 7, 2020
ea17a97
Corrected units in comments in coord_rho
Hallberg-NOAA May 7, 2020
0d983b5
(*)Fixed dimensionally inconsistent diagnostic remap
Hallberg-NOAA May 7, 2020
38077a7
Merge branch 'dev/gfdl' into units_cleanup
Hallberg-NOAA May 7, 2020
949b04f
dOxygenized a comment in MOM_dyn_unsplit_CS
Hallberg-NOAA May 7, 2020
6ed79a4
+Added FIX_UNSPLIT_DT_VISC_BUG to unsplit_RK2
Hallberg-NOAA May 8, 2020
02f5a8c
Merge pull request #149 from gustavo-marques/fix_tidal_mixing
alperaltuntas May 8, 2020
b8c3570
+Add false position iteration for MLD to ePBL
Hallberg-NOAA May 9, 2020
f90a415
Corrected dOxygenization of two comments
Hallberg-NOAA May 10, 2020
6ca3184
Replaced array syntax additions in MOM_ice_shelf
Hallberg-NOAA May 11, 2020
9f7587a
Replaced array syntax in MOM_internal_tides
Hallberg-NOAA May 11, 2020
34196a2
Added array-syntax notation for full-array copies
Hallberg-NOAA May 11, 2020
e68a664
Removed duplicate dimension declarations
Hallberg-NOAA May 11, 2020
21c33b1
Merge scaling factors when reading Nikurashin input
Hallberg-NOAA May 11, 2020
a6445be
+Fixed pointer indexing in update_ALE_sponge_field
Hallberg-NOAA May 11, 2020
b2453e4
Added array-syntax notation for a full-array copy
Hallberg-NOAA May 11, 2020
aeac463
Initialized dMLD_min and dMLD_max in ePBL_column
Hallberg-NOAA May 11, 2020
3e7766a
Merge pull request #1108 from Hallberg-NOAA/array_syntax_cleanup
marshallward May 12, 2020
bbdef39
Updates for wave coupling in NUOPC (#23)
JessicaMeixner-NOAA May 13, 2020
4b33dd0
(*)Corrected PPM_angular_advect
Hallberg-NOAA May 13, 2020
435fa9b
Makefile: reduced logging, -k support
marshallward May 14, 2020
663799d
Travis: remove test folding
marshallward May 14, 2020
a4cc8ca
Merge branch 'dev/gfdl' into small_log
marshallward May 14, 2020
3567d83
Makefile: codecov reporting
marshallward May 14, 2020
94ba945
Merge branch 'small_log' of https://github.com/marshallward/mom6 into…
marshallward May 14, 2020
c233e02
Makefile: copy codecov output to work, not results.
marshallward May 15, 2020
a289d85
Merge branch 'units_cleanup' of https://github.com/Hallberg-NOAA/MOM6…
adcroft May 15, 2020
f28a32a
Merge branch 'Hallberg-NOAA-units_cleanup' into dev/gfdl
adcroft May 15, 2020
36fde5d
Merge branch 'improved_ePBL_iterations' of https://github.com/Hallber…
adcroft May 15, 2020
514f875
Merge branch 'Hallberg-NOAA-improved_ePBL_iterations' into dev/gfdl
adcroft May 15, 2020
4eb0dbb
Merge branch 'fix_angular_advect' of https://github.com/Hallberg-NOAA…
adcroft May 15, 2020
4d7aeaf
Merge branch 'Hallberg-NOAA-fix_angular_advect' into dev/gfdl
adcroft May 15, 2020
8f57abf
Merge pull request #1110 from marshallward/small_log
adcroft May 15, 2020
6d5a5f9
Merge branch 'dev-master-candidate-2020-05-15' into merge-dev-master-…
gustavo-marques May 18, 2020
fab21a7
Fixes an integer-kind mismatch in MOM_random, seed_from_time()
adcroft May 19, 2020
4755458
Merge branch 'dev-master-candidate-2020-05-15-patch1' into merge-dev-…
gustavo-marques May 19, 2020
634991d
Fixes an integer-kind mismatch in MOM_random, seed_from_time() (#1113)
adcroft May 19, 2020
85f4dc0
Merge pull request #150 from NCAR/omp_performance
gustavo-marques May 19, 2020
81805cc
Merge branch 'dev/ncar' into merge-dev-master-candidate-2020-05-15
alperaltuntas May 19, 2020
2f44ca7
correct conflict resolve in KPP
alperaltuntas May 19, 2020
b344788
undo indent change from conflict resolve
alperaltuntas May 19, 2020
532e65a
undo OMP changes in MOM_EOS
alperaltuntas May 19, 2020
9754742
Fix OMP directives broken by merge
alperaltuntas May 19, 2020
fd68ffa
Merge pull request #151 from gustavo-marques/merge-dev-master-candida…
alperaltuntas May 19, 2020
4041cc9
Fix bug when applying ND only in the interior
gustavo-marques May 25, 2020
a69aea9
Add new diagnostics
gustavo-marques May 28, 2020
48d208d
Merge branch 'dev-master-candidate-2020-05-15' into dev/master
adcroft May 29, 2020
473c3f4
Remove unused module
gustavo-marques Jun 9, 2020
abb10ed
Add calls to time_interp_external_init
gustavo-marques Jun 9, 2020
aed316c
Merge branch 'dev/ncar' into restart_nuopc
gustavo-marques Jun 9, 2020
7f478aa
Add option to apply linear decay at the base of hbl
gustavo-marques May 25, 2020
8fdcd90
Improve documentation and changed default method
gustavo-marques Jun 10, 2020
ca86bad
Remove trailing space
gustavo-marques Jun 10, 2020
bb222c8
Merge pull request #152 from gustavo-marques/add_diagnostics
alperaltuntas Jun 10, 2020
0c98fa9
Merge pull request #153 from gustavo-marques/add_calls_time_interp_ex…
alperaltuntas Jun 10, 2020
3698c40
Merge pull request #154 from gustavo-marques/restart_nuopc
alperaltuntas Jun 11, 2020
388b100
Fix default zeta_bot values
gustavo-marques Jun 17, 2020
330d7c4
Merge pull request #155 from gustavo-marques/LBD_improvements_jun2020
alperaltuntas Jun 22, 2020
4fccd95
merge GFDL dev/master May 29, 2020 commit (hash # 48d208d), which ref…
jiandewang Jul 11, 2020
cbcf3ec
bug fixing:
jiandewang Jul 11, 2020
728c429
Merge pull request #29 from jiandewang/feature/update-to-GFDL-2020051…
jiandewang Jul 14, 2020
2fe90f2
retrieve num_rest_files from save_restart
alperaltuntas Aug 4, 2020
ff27ad5
add num_rest_files to ocean_model_restart
alperaltuntas Aug 4, 2020
4c60900
read/write multiple restart filenames from/to rpointer files
alperaltuntas Aug 4, 2020
7a2256c
correct restart file suffix index
alperaltuntas Aug 5, 2020
4c91ae3
add filename length check
alperaltuntas Aug 5, 2020
0a5515b
increase restart filename lengths
alperaltuntas Aug 5, 2020
bba3e91
increase nuopc cap restart filename length
alperaltuntas Aug 5, 2020
829aade
make mct cap be able to write multiple restart files to rpointer
alperaltuntas Aug 5, 2020
648bb1c
make mct cap be able to read multiple restart files from rpointer
alperaltuntas Aug 5, 2020
7e1188c
add statediagnose feature (#31)
DeniseWorthen Aug 6, 2020
aa8ce21
Merge pull request #156 from NCAR/fix_multi_restart
alperaltuntas Aug 7, 2020
608f4bf
Merge branch 'dev/master' into dev-master-candidate-ncar-2020-08-11
gustavo-marques Aug 11, 2020
6331da1
Remove (:,:) after 2-d variable declariation
gustavo-marques Aug 13, 2020
287281c
Remove unnecessary present(num_rest_files) condition
gustavo-marques Aug 13, 2020
ab9386c
In do-loops, use uppercase K index for variables discretized on inter…
gustavo-marques Aug 13, 2020
17936f3
Add modifications suggested by Bob Hallberg
gustavo-marques Aug 24, 2020
e3bc47a
Fix letter case to follow MOM6 convention
gustavo-marques Aug 26, 2020
2946903
Fix one more letter case to follow MOM6 convention
gustavo-marques Aug 26, 2020
eb58a2e
add ocean lag option, make cap consistent (#33)
DeniseWorthen Sep 9, 2020
eb57e51
Merge pull request #1176 from gustavo-marques/dev-master-candidate-nc…
Hallberg-NOAA Sep 9, 2020
fbfa05b
Merge commit 'eb57e51f5ed2287e593c6de3a1e986735335ca55' into feature/…
jiandewang Sep 9, 2020
3ce81f4
Merge pull request #35 from jiandewang/feature/update-to-GFDL-20200811
jiandewang Sep 14, 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: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ gnu:ocean-only-nolibs:
- make -f MRS/Makefile.build build/gnu/env && cd build/gnu
# mkdir -p build/gnu/repro/symmetric_dynamic/ocean_only && cd build/gnu/repro/symmetric_dynamic/ocean_only
- ../../MOM6-examples/src/mkmf/bin/list_paths -l ../../../config_src/{solo_driver,dynamic_symmetric} ../../../src ../../MOM6-examples/src/FMS
- sed -i '/FMS\/.*\/test_/d' path_names
- ../../MOM6-examples/src/mkmf/bin/mkmf -t ../../MOM6-examples/src/mkmf/templates/ncrc-gnu.mk -p MOM6 -c"-Duse_libMPI -Duse_netCDF" path_names
- time (source ./env ; make NETCDF=3 REPRO=1 MOM6 -s -j)

Expand All @@ -75,6 +76,7 @@ gnu:ice-ocean-nolibs:
- make -f MRS/Makefile.build build/gnu/env && cd build/gnu
# mkdir -p build/gnu/repro/symmetric_dynamic/ocean_only && cd build/gnu/repro/symmetric_dynamic/ocean_only
- ../../MOM6-examples/src/mkmf/bin/list_paths -l ../../../config_src/{coupled_driver,dynamic} ../../../src ../../MOM6-examples/src/{FMS,coupler,SIS2,icebergs,ice_param,land_null,atmos_null}
- sed -i '/FMS\/.*\/test_/d' path_names
- ../../MOM6-examples/src/mkmf/bin/mkmf -t ../../MOM6-examples/src/mkmf/templates/ncrc-gnu.mk -p MOM6 -c"-Duse_libMPI -Duse_netCDF -D_USE_LEGACY_LAND_ -Duse_AM3_physics" path_names
- time (source ./env ; make NETCDF=3 REPRO=1 MOM6 -s -j)

Expand Down
Loading