Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2e712cc
Merge pull request #12 from noaa-psd/master
pjpegion Feb 11, 2021
55723d8
Merge pull request #13 from noaa-psd/master
pjpegion Apr 12, 2021
664c23b
Merge branch 'noaa-psd:master' into master
pjpegion Jun 22, 2021
7a24a98
work on unit tests
pjpegion Jul 30, 2021
377e66d
Merge remote-tracking branch 'upstream/master'
pjpegion Jul 30, 2021
6fcaa74
Merge branch 'ocn_stoch' into unit_tests
pjpegion Jul 30, 2021
f3561ad
more work on unit tests
pjpegion Jul 30, 2021
10d3730
add restart test to unit tests
pjpegion Jul 30, 2021
5a35d17
continued cleanup of code and unit_test
pjpegion Aug 2, 2021
202d1c3
continued cleanup of code and unit_test
pjpegion Aug 4, 2021
dfe8ea9
move f77 to f90
pjpegion Aug 6, 2021
c13565d
move f77 to f90 and add new files
pjpegion Aug 6, 2021
0b60fba
move spectral code into spectral_transforms.F90 TBD: add implicit none
pjpegion Aug 6, 2021
871ec40
remove more unsed code
pjpegion Aug 6, 2021
0719560
more cleanup and add 5-scale SPPT test
pjpegion Aug 10, 2021
9e3a36e
update cmakelists.txt
pjpegion Aug 10, 2021
7d08113
Merge pull request #14 from noaa-psd/master
pjpegion Aug 10, 2021
5daa675
make all programs F90
pjpegion Aug 10, 2021
c7b8706
fix threading issue in spectral_tramsforms
pjpegion Aug 11, 2021
0faed6c
add CA unit test and decompostion layout reproducibility
pjpegion Aug 18, 2021
986e6cd
add CA unit test code
pjpegion Aug 18, 2021
dd4ee40
Merge branch 'master' into unit_tests
pjpegion Aug 18, 2021
1b1c5dc
remove print statements
pjpegion Aug 18, 2021
77bb5bb
CA decomp and restart working
pjpegion Aug 27, 2021
9642fed
noise options
pjpegion Sep 2, 2021
d65219e
add new tests and orion support
pjpegion Sep 2, 2021
8f90575
add new random number generator and noise options
pjpegion Sep 8, 2021
bebe0fb
revert to single noise option and remove some divisions
pjpegion Sep 8, 2021
d942fe1
merge with latest master
pjpegion Sep 9, 2021
5e3aff2
update cmake file and add unit test compile scripts
pjpegion Sep 9, 2021
413256d
fix typo in get_stochy_pattern
pjpegion Sep 9, 2021
29594a3
restart tests work for both
pjpegion Sep 20, 2021
636512a
gnu debug runs
pjpegion Sep 21, 2021
df8417a
fms2_io working, and bring in unit time compilation script
pjpegion Sep 22, 2021
7d15a66
remove gnu compiler warnings
pjpegion Sep 23, 2021
c9510bb
changes to iseed_ type
pjpegion Sep 24, 2021
44393b2
update to latest
pjpegion Sep 24, 2021
f834d69
fix uninitialized arry spectral_transmforms
pjpegion Sep 25, 2021
e8896f4
remove blank or commented lines and typo in spectral transforms
pjpegion Sep 28, 2021
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
24 changes: 4 additions & 20 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,17 @@ list(APPEND _stoch_phys_srcs
kinddef.F90
mpi_wrapper.F90
halo_exchange.fv3.F90
plumes.f90
four_to_grid_stochy.F
fftpack_stochy.f
glats_stochy.f
sumfln_stochy.f
gozrineo_stochy.f
num_parthds_stochy.f
get_ls_node_stochy.f
get_lats_node_a_stochy.f
setlats_a_stochy.f
setlats_lag_stochy.f
epslon_stochy.f
getcon_lag_stochy.f
pln2eo_stochy.f
dozeuv_stochy.f
dezouv_stochy.f
mersenne_twister.F
spectral_layout.F90
getcon_spectral.F90
plumes.F90
mersenne_twister.F90
random_numbers.F90
Comment thread
pjpegion marked this conversation as resolved.
stochy_namelist_def.F90
compns_stochy.F90
stochy_internal_state_mod.F90
spectral_transforms.F90
stochastic_physics.F90
stochy_patterngenerator.F90
stochy_data_mod.F90
get_stochy_pattern.F90
initialize_spectral_mod.F90
cellular_automata_global.F90
cellular_automata_sgs.F90
update_ca.F90
Expand Down
Loading