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

Pattern #187

Merged
merged 53 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
4486426
Merge pull request #164 from ACCESS-Community-Hub/prerelease
paolap Aug 23, 2024
55edbf5
Update meta.yaml to hardcode version
paolap Aug 23, 2024
98d3818
Update meta.yaml
paolap Aug 23, 2024
5d99fdb
Update mopper-conda-release.yaml
paolap Aug 23, 2024
95dfb70
Merge pull request #165 from ACCESS-Community-Hub/paolap-patch-1
paolap Aug 23, 2024
560d243
started adding geopotential calculation and transects
paolap Aug 28, 2024
11d663a
fixed tables all functionality issue #169 and #168
paolap Aug 28, 2024
ba18e7a
Merge branch 'tables' into transect
paolap Aug 28, 2024
caf0df4
added new pressure level and progress on geopot height calculation
paolap Aug 30, 2024
a3c15d3
added plev17 and new AM3_Amon.json table
paolap Aug 30, 2024
1e32dbf
added new version AM3 with intial table and mappings
paolap Aug 30, 2024
cbd35fd
fixing bug #171
paolap Aug 30, 2024
1474ce9
added calculation to var on model elvels for AM3 mappings
paolap Aug 30, 2024
7599b23
calculations docs added, fixed #171, #172, #173
paolap Sep 9, 2024
37bcd9d
fixing autodoc
paolap Sep 9, 2024
b0a3195
fixing autodoc 2
paolap Sep 9, 2024
f12662d
fixing autodoc 3
paolap Sep 9, 2024
5380a10
fixing autodoc 4
paolap Sep 9, 2024
04a66f5
fixing autodoc 5
paolap Sep 9, 2024
61c3d31
fixing autodoc 6
paolap Sep 9, 2024
45535b5
fixing autodoc 7
paolap Sep 9, 2024
fa98fd6
fixing autodoc 8
paolap Sep 9, 2024
47c0b10
fixing autodoc 9
paolap Sep 9, 2024
7d89062
update to calculations docstrings
paolap Sep 9, 2024
709f283
solved #176
paolap Sep 10, 2024
ef07c9e
fixed #177 #167
paolap Sep 17, 2024
fa19895
added test_setup_utils
paolap Sep 18, 2024
5ffeec5
added more tests to test_setuo_utils.py
paolap Sep 18, 2024
8f90822
added more tests to setup_utils, changed define_files as in #179
paolap Sep 19, 2024
5381d0d
merge with tables
paolap Sep 23, 2024
4f1a136
added test for define_file, possibly fixed issue with missing data su…
paolap Sep 23, 2024
20287f1
more adjustment to date ranges and pyproject data packaging
paolap Sep 24, 2024
9855688
fixed small bug
paolap Sep 24, 2024
9ba8160
fixed detection of time ranges and handling of dates, added tests and…
paolap Sep 26, 2024
745c82a
solved issue #153
paolap Sep 26, 2024
fcd3eca
reviewed an updated docs
paolap Sep 27, 2024
97b2cd4
fixed issue with data packaging
paolap Oct 2, 2024
f0cdb0a
updated docs for calculations
paolap Oct 2, 2024
f9beff1
added test for sum timeshot
paolap Oct 2, 2024
0e05387
solved #170 and progress on #180, rebuilt db after cleaning mappings …
paolap Oct 3, 2024
3eac399
solved #185 #182 #180
paolap Oct 8, 2024
678960d
checked that #91 is completely fixed
paolap Oct 8, 2024
97e6062
close: #183, #180, #185
paolap Oct 10, 2024
7fe1aca
updated docs for calculations
paolap Oct 10, 2024
5cbd519
adjuted calculations import in tests
paolap Oct 10, 2024
eff45de
fixed bugs after testing CM2 monthly
paolap Oct 11, 2024
81d624b
more fixes of small bugs
paolap Oct 14, 2024
c8d1530
minor adjustments
paolap Oct 16, 2024
3cf0cb5
change conda git tag
paolap Oct 16, 2024
451ccd2
weirdly it was getting very old xarray from defaults channel
paolap Oct 16, 2024
12f66d1
weirdly it was getting very old xarray from defaults channel 2
paolap Oct 16, 2024
2c4ddb2
weirdly it was getting very old xarray from defaults channel 3
paolap Oct 16, 2024
e177801
weirdly it was getting very old xarray from defaults channel 4
paolap Oct 17, 2024
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
Prev Previous commit
Next Next commit
checked that #91 is completely fixed
  • Loading branch information
paolap committed Oct 8, 2024
commit 678960d283eefa07fac86225e8d69009113a4c33
2 changes: 1 addition & 1 deletion src/mopdb/mopdb_utils.py
Original file line number Diff line number Diff line change
@@ -375,7 +375,7 @@ def check_varlist(rows, fname):

mopdb_log = logging.getLogger('mopdb_log')
frq_list = ['min', 'hr', 'day', 'mon', 'yr']
realm_list = ['ice', 'ocean', 'atmos', 'land']
realm_list = ['seaIce', 'ocean', 'atmos', 'land']
for row in rows:
if row['name'][0] == "#" or row['name'] == 'name':
continue