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

Where is the filter_input.cdl of bgrid_solo? #647

Open
lantel-wm opened this issue Mar 1, 2024 · 2 comments
Open

Where is the filter_input.cdl of bgrid_solo? #647

lantel-wm opened this issue Mar 1, 2024 · 2 comments
Assignees

Comments

@lantel-wm
Copy link

I'm new to DART, and I'm trying to run bgird_solo model. But I can't find the filter_input.cdl file, only a file named filter_input.cdl.REMOVED.git-id exists in the model's work folder. I'm wondering how I can get or generate filter_input.cdl file, I'll appreciate it if someone could help me. :)

Describe the bug

Can't find filter_input.cdl.

Error Message

None.

Which model(s) are you working with?

bgrid_solo.

Version of DART

v11.0.3

Have you modified the DART code?

No

@hkershaw-brown
Copy link
Member

Hi lantel-wm, thanks for bringing this to our attention. filter_input.cdl.REMOVED.git-id isn't helpful for getting started. We'll take a look at this.

Science wise, dart@ucar.edu is the place to ask about the experiment setup. It would be good to try the DART tutorial also. But if you just want to try out filter with some brgid_solo files you can do the following to get a bgrid_solo netcdf file and perturb it to get an ensemble:

There is a perfect_input.cdl in models/bgrid_solo/work

./quickbuild.sh (or quickbuild.sh nompi if you are not building with mpi)
This will create perfect_input.nc

./perfect_model_obs

cp perfect_output.nc filter_input.nc

in input.nml, set
&filter_nml
perturb_from_single_instance = .true.,

Then you can run filter
./filter

Cheers,
Helen

@lantel-wm
Copy link
Author

Hi lantel-wm, thanks for bringing this to our attention. filter_input.cdl.REMOVED.git-id isn't helpful for getting started. We'll take a look at this.

Science wise, dart@ucar.edu is the place to ask about the experiment setup. It would be good to try the DART tutorial also. But if you just want to try out filter with some brgid_solo files you can do the following to get a bgrid_solo netcdf file and perturb it to get an ensemble:

There is a perfect_input.cdl in models/bgrid_solo/work

./quickbuild.sh (or quickbuild.sh nompi if you are not building with mpi) This will create perfect_input.nc

./perfect_model_obs

cp perfect_output.nc filter_input.nc

in input.nml, set &filter_nml perturb_from_single_instance = .true.,

Then you can run filter ./filter

Cheers, Helen

Thanks a lot, it really helps me. Sorry for asking about the experiment setup in the wrong place. I'm trying the DART tutorial as well, thank you for your kind reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants