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

modify_Tfunc: create initial condition file that is bfb #1

Open
mnlevy1981 opened this issue Jul 11, 2019 · 1 comment
Open

modify_Tfunc: create initial condition file that is bfb #1

mnlevy1981 opened this issue Jul 11, 2019 · 1 comment

Comments

@mnlevy1981
Copy link
Owner

We don't want to rely on io_fallback to initialize the cocco tracers. I wrote a python script to add cocco tracers to the existing initial condition files, but it doesn't quite capture coccoP correctly... the Fortran code was doing this:

    call io_read_fallback_register_tracer(tracername='coccoP', &
       fallback_opt='alt_field', alt_tracername='spC', scalefactor=c1/117.0_r8)

and I'm having trouble generating a coccoP field in the netCDF that exactly matches this. I think what I need to do is write a Fortran program to overwrite this field with spC*(1/117) (unless the problem is that io_fallback is using (1/117)*spC

@mnlevy1981
Copy link
Owner Author

Kristen is testing a non-bfb option to see if it still looks okay. Last question will be for Keith: should we just use the new initial condition file (identical to old one except for new cocco fields) all the time?

mnlevy1981 pushed a commit that referenced this issue Nov 19, 2019
Fix marbl_in generation/copy for multi instance runs
mnlevy1981 pushed a commit that referenced this issue Mar 10, 2022
Modifications for adding spatial sst filter.
Description of changes:

Added functionality to allow spatial filtering of the SST. This is turned off by default and enabled by
"l_sst_filter = .true."
Testing:

Test case/suite:
Test status: bit for bit by default

Fixes [POP2 Github issue #]
N/A

User interface (namelist or namelist defaults) changes?
Yes, new namelist options and group (filter_nml). Default is that filtering is turned off.
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

1 participant