Skip to content

Commit

Permalink
Merge pull request #296 from justin-richling/upadate-obs-loc
Browse files Browse the repository at this point in the history
Update location of ADF default obs files
  • Loading branch information
justin-richling authored Mar 28, 2024
2 parents a58d820 + 831bad5 commit 5e85d76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config_amwg_default_plots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ diag_basic_info:
#Location of observational datasets:
#Note: this only matters if "compare_obs" is true and the path
#isn't specified in the variable defaults file.
obs_data_loc: /glade/work/nusbaume/SE_projects/model_diagnostics/ADF_obs
obs_data_loc: /glade/campaign/cgd/amp/amwg/ADF_obs

#Location where re-gridded and interpolated CAM climatology files are stored:
cam_regrid_loc: /glade/scratch/${user}/ADF/regrid
Expand Down
2 changes: 1 addition & 1 deletion config_cam_baseline_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diag_basic_info:
#Location of observational datasets:
#Note: this only matters if "compare_obs" is true and the path
#isn't specified in the variable defaults file.
obs_data_loc: /glade/work/nusbaume/SE_projects/model_diagnostics/ADF_obs
obs_data_loc: /glade/campaign/cgd/amp/amwg/ADF_obs

#Location where re-gridded and interpolated CAM climatology files are stored:
cam_regrid_loc: /glade/scratch/${user}/ADF/regrid
Expand Down
2 changes: 1 addition & 1 deletion lib/test/unit_tests/test_adf_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_AdfConfig_create(self):

obs_data_loc = adf_test.read_config_var("obs_data_loc", conf_dict=basic_diag_dict)

self.assertEqual(obs_data_loc, "/glade/work/nusbaume/SE_projects/model_diagnostics/ADF_obs")
self.assertEqual(obs_data_loc, "/glade/campaign/cgd/amp/amwg/ADF_obs")

#####

Expand Down

0 comments on commit 5e85d76

Please sign in to comment.