-
Notifications
You must be signed in to change notification settings - Fork 152
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
Z-ouput has wrong missing value #160
Comments
I had previously added a DIAG_MISVAL runtime flag. I've used it to change
the value from -1.e34 to 0.0.
…On Sat, Sep 16, 2017 at 8:34 PM, John Krasting ***@***.***> wrote:
In the CMIP6 test run, the MOM6 missing values are incorrect. The MOM6
output has _FillValue= -1.e+34. The CMOR missing value should be 1.e+20.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#160>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADquB2hp4-nRiLlXX-5HK7gf-7yOUdd1ks5sjGj4gaJpZM4PZ_rU>
.
|
Thanks @ashao . Since the 1.e34 is arbitrary, I'll change the default to the CMOR value. |
@jkrasting I've changed this (in NOAA-GFDL/MOM6#594) but why is there a CMOR requirement for the missing value? In principle there's no need for it to be the same between files or variables so long as it's in the attributes. Can you give the reference? |
@adcroft, see CMIP5 specifications in Taylor et al. 2010, page 12.
|
@adcroft, @jkrasting: Just to clarify, I meant that I had changed it for my
own purposes to 0.0. It seemed to work as intended for both native and
remapped output.
…On Mon, Sep 18, 2017 at 8:59 AM, John Krasting ***@***.***> wrote:
@adcroft <https://github.com/adcroft>, see CMIP5 specifications in Taylor
et al. 2010
<http://cmip-pcmdi.llnl.gov/cmip5/docs/CMIP5_output_metadata_requirements.pdf>,
page 12.
"All "missing data" must be assigned the single precision floating point
value of 1.e20"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADquBwZTYQxlp6jd0s2Xuy2DV5A8EmiLks5sjmkxgaJpZM4PZ_rU>
.
|
- PR to main from NCAR - Adds diagnostics - NOAA-GFDL/MOM6@0f664aa82 Merge pull request #1275 from gustavo-marques/main-candidate-ncar-2020-12-15 - NOAA-GFDL/MOM6@9d04f3849 Sets CS%limiter_remap=.false. in near_boundary_unit_tests - NOAA-GFDL/MOM6@5739a3413 Merge branch 'delete_fotgotten_code_LBD' into main-candidate-ncar-2020-12-15 - NOAA-GFDL/MOM6@51ed387ae Delete forgotten code - NOAA-GFDL/MOM6@42d79c204 Merge branch 'main' into main-candidate-ncar-2020-12-15 - NOAA-GFDL/MOM6@eddbd6c09 Merge pull request #164 from gustavo-marques/LBD_regrid_merged_10nov2020 - NOAA-GFDL/MOM6@cf97095bd Fix bug in linear decay and set F_layer = 0 below htot_max - NOAA-GFDL/MOM6@8215b70d0 Merge pull request #163 from NCAR/stdout - NOAA-GFDL/MOM6@0c1680555 Merge pull request #168 from kshedstrom/gnu_fix - NOAA-GFDL/MOM6@37cea3690 A few fixes to get it to compile with gfortran. - NOAA-GFDL/MOM6@acdfdda71 Fix unit tests and declare max_depth - NOAA-GFDL/MOM6@ad9862b40 Set maximum depth of the LBD grid - NOAA-GFDL/MOM6@5ac184667 Merge pull request #165 from NCAR/deferred_char_len - NOAA-GFDL/MOM6@7a5a0f768 real_array_string to deferred length - NOAA-GFDL/MOM6@95271cdfb change mesg character var to be deferred length to prevent record overflow - NOAA-GFDL/MOM6@d5c87fc5a change left_reals character var to be deferred length to prevent record overflow - NOAA-GFDL/MOM6@fa2b4249b Undo chages in tracer_example and MOM_tracer_flow_control - NOAA-GFDL/MOM6@aa27f1c8e Add LBD clock, clean up, and document module - NOAA-GFDL/MOM6@48616d86a Delete uncessary comments - NOAA-GFDL/MOM6@11cc3dc5c Undo changes related to check_grid_def - NOAA-GFDL/MOM6@f5abc66b7 Fix bug in linear decay - NOAA-GFDL/MOM6@f0d8a4ae1 Merge branch 'dev/ncar' into HEAD - NOAA-GFDL/MOM6@3f092914e replace iso_fortran_env::stdout with MOM_io::stdout - NOAA-GFDL/MOM6@1269874f2 change all 'write(*,..' to 'write(stdout,...' - NOAA-GFDL/MOM6@cc82d1154 use MOM_io::stdout in MCT cap instead of glb%stdout or FMS stdout - NOAA-GFDL/MOM6@30fac75c0 introduce public module ints stdout and stderr for standard output - NOAA-GFDL/MOM6@165b1b27a Merge pull request #160 from gustavo-marques/merge-main-candidate-2020-09-18 - NOAA-GFDL/MOM6@9fbc3e663 Merge pull request #6 from NOAA-GFDL/main-candidate-2020-09-18 - NOAA-GFDL/MOM6@300b6e9cf Option to apply limiter in native and LBD grids - NOAA-GFDL/MOM6@60559ecc1 Code cleaning - NOAA-GFDL/MOM6@9fb6f7527 Fix unit tests - NOAA-GFDL/MOM6@e484bc87a Add option to set maximum value in subrotine unique - NOAA-GFDL/MOM6@3df9dbcc7 Merge branch 'dev/ncar' into merge-regrid_LBD - NOAA-GFDL/MOM6@9e7b08973 Improve flux limiter - NOAA-GFDL/MOM6@a962325d8 Add option to apply flux limiter - NOAA-GFDL/MOM6@4235bb2fc Merge pull request #159 from gustavo-marques/add_u_v_squared_diags - NOAA-GFDL/MOM6@ddbd9c7ae Merge pull request #158 from gustavo-marques/dev-master-candidate-ncar-2020-08-11 - NOAA-GFDL/MOM6@f0face43f Adds missing args for KPP_get_BLD and energetic_PBL_get_MLD - NOAA-GFDL/MOM6@87ba533e4 Adds missing args for KPP_get_BLD and energetic_PBL_get_MLD - NOAA-GFDL/MOM6@2538c4d2a Improve the merging of interfaces - NOAA-GFDL/MOM6@f444affd3 Comment out write statements - NOAA-GFDL/MOM6@4ab4a7af7 Remove hard-coded BLD and uncomment code for adv and PGF - NOAA-GFDL/MOM6@365b298be Cleanup + add unit tests - NOAA-GFDL/MOM6@e537ef233 Add option to initialize passive tracer from z file - NOAA-GFDL/MOM6@40136b6d2 Passes GV to lateral_boundary_diffusion_init - NOAA-GFDL/MOM6@441c34ef4 Define vertical grid on-the-fly using h's and BLDs - NOAA-GFDL/MOM6@75c587e5f Major re-arragement to remap u- and v-fluxes - NOAA-GFDL/MOM6@593ebfc1d Delete fluxes_bulk_method - NOAA-GFDL/MOM6@e0db9abcb Fix typo when posting vsq - NOAA-GFDL/MOM6@1849bccd4 Adding option to output u^2, v^2 and u*v - NOAA-GFDL/MOM6@5c56268ea Adding options to specify dz to apply LBD @ top - NOAA-GFDL/MOM6@fa376e4da Merge branch 'LBD_idealized_experiments2' into regrid_LBD - NOAA-GFDL/MOM6@2a8096497 First attempt to use remapping in LBD - NOAA-GFDL/MOM6@d8ae09f80 Rename lateral_boundary_diffusion_CS to lbd_CS - NOAA-GFDL/MOM6@9957e55c6 Fix bug in loop-indices when using discontinuous ND and interior_only - NOAA-GFDL/MOM6@1fd53935d Fix bug in loop-indices when applying linear decay - NOAA-GFDL/MOM6@a49954a73 comment calls to BLD schemes - NOAA-GFDL/MOM6@7e390593c Merge branch 'dev/ncar' into LBD_idealized_experiments - NOAA-GFDL/MOM6@09ad69505 Add option to apply linear decay at the base of hbl - NOAA-GFDL/MOM6@7299d8653 Fix bug when applying ND only in the interior - NOAA-GFDL/MOM6@92581e2be Minor improvements in the bulk method - NOAA-GFDL/MOM6@9dc47208a Add option to apply linear decay at the base of hbl - NOAA-GFDL/MOM6@3b121cbcd Merge branch 'fix_LBD_tests' into LBD_idealized_experiments - NOAA-GFDL/MOM6@51a4d2e11 Apply a linear transition in LBD methods 1, 2 - NOAA-GFDL/MOM6@b5132d99d Modifications to run idealized two-column LBD - NOAA-GFDL/MOM6@a446d0fb2 Remove dependence on the boundary layer scheme
…idate-2020-09-18
- NOAA-GFDL/MOM6@8b609d071 Facilitate multiple execs in .testing/Makefile - NOAA-GFDL/MOM6@3b9cbcdb6 Remove asterisk from partial coverage - NOAA-GFDL/MOM6@9928d9586 Refactoring of the .testing Makefile - NOAA-GFDL/MOM6@c9cda0d06 Fixes minor issues with ac/make process - NOAA-GFDL/MOM6@c5984414e Seg offset (#171) - NOAA-GFDL/MOM6@1a3f42a25 Call set_initialized after query_initialized - NOAA-GFDL/MOM6@c61978184 (*)Fix set_up_ALE_sponge_field call T & S scaling - NOAA-GFDL/MOM6@8ddd0c1a2 (*)Corrected OBC allocated tests in advect_y - NOAA-GFDL/MOM6@c8a62692c Added tracer debugging checksum calls - NOAA-GFDL/MOM6@58db99ba2 +Overload MOM_tracer_chksum to use tracer registry - NOAA-GFDL/MOM6@2217e6319 +Restored public interface to post_data_1d_k - NOAA-GFDL/MOM6@64fe4fc67 Fix to dumbbell initialization in layer mode (#160) - NOAA-GFDL/SIS2@6e0eda1 +(*)Write unscaled SIS2 restart files - NOAA-GFDL/SIS2@547cda8 Standardize syntax in mask2d logical tests (#172) - NOAA-GFDL/SIS2@f77d1f1 Fix indents per review - NOAA-GFDL/SIS2@8b5ad57 Bug Fix for specified ice - NOAA-GFDL/SIS2@acf0d89 Pass flux,fluv to compute_ocean_albedo for white cap parametrization - NOAA-GFDL/SIS2@0a0dce6 Fix specified_ice restart issue. - NOAA-GFDL/SIS2@5bf4d4a Pass flux_u,flux_v to compute_ocean_albedo for white caps parametrization
- NOAA-GFDL/MOM6@c61978184 (*)Fix set_up_ALE_sponge_field call T & S scaling - NOAA-GFDL/MOM6@8ddd0c1a2 (*)Corrected OBC allocated tests in advect_y - NOAA-GFDL/MOM6@c8a62692c Added tracer debugging checksum calls - NOAA-GFDL/MOM6@58db99ba2 +Overload MOM_tracer_chksum to use tracer registry - NOAA-GFDL/MOM6@2217e6319 +Restored public interface to post_data_1d_k - NOAA-GFDL/MOM6@64fe4fc67 Fix to dumbbell initialization in layer mode (#160) - NOAA-GFDL/MOM6@05e705da9 +*Use runtime parameters in DOME initialization - NOAA-GFDL/MOM6@c2e8465cf *Fix DOME2d_initialize_temperature_salinity bug - NOAA-GFDL/MOM6@4f039a880 +Fix diagnostic conversions in code from dev/ncar - NOAA-GFDL/MOM6@48875ea0d Fix to reading of partial OBCs from file. - NOAA-GFDL/MOM6@43771d85c (*)Correct salinity rescaling in OBCs from files - NOAA-GFDL/MOM6@58d704bc1 fix call to tridiagonal solver - NOAA-GFDL/MOM6@c9dd80404 MacOS support - NOAA-GFDL/MOM6@1f64bf1ab +Tiny fix to SIMPLE Northern OBC - NOAA-GFDL/MOM6@9ecf1a6c7 makedep: Allow two versions of same file - NOAA-GFDL/MOM6@258111803 makedep: replaced includes_in_path() with list comprehension - NOAA-GFDL/MOM6@5121534cf makedep: fix for F90 includes - NOAA-GFDL/MOM6@cde444a85 Re-developed makedep in python - NOAA-GFDL/MOM6@1c0e1f873 +Add set_initialized - NOAA-GFDL/MOM6@12f2e55f5 gitlab-ci: add concurrent jobs in run stage - NOAA-GFDL/MOM6@1e9febecf Fix PGI warnings about intent for restart_CS - NOAA-GFDL/MOM6@835b1661c (*)Use visc%Kv_shear in calculate_CVMix_conv call - NOAA-GFDL/MOM6@371c8bb26 +Eliminated 3 unused elements of the surface type - NOAA-GFDL/MOM6@48adab788 +Add option to apply bottom drag as a body force - NOAA-GFDL/MOM6@a824f802f +Convert 16 vertvisc_type pointers to allocatables - NOAA-GFDL/MOM6@0a8210adc +Add DEBUG_FULL_COLUMN for debugging accelerations - NOAA-GFDL/MOM6@79eb80794 In the case that nonzero_count <=1, a (dummy) value is set for non_unique_scales before returning - NOAA-GFDL/MOM6@8c605fef3 (*)Internal thickness variable unit correction - NOAA-GFDL/MOM6@4bcc8490b Makedep (#1) - NOAA-GFDL/MOM6@546312aed Adds "makedep" script to replace mkmf - NOAA-GFDL/MOM6@e5580e3b9 Re-factored GFDL gitlab pipeline - NOAA-GFDL/MOM6@466ca80f7 Remove Travis CI config - NOAA-GFDL/MOM6@328c44000 +Clean up dimensional rescaling in OBC code - NOAA-GFDL/MOM6@aa86abaa0 Put CVMix convective viscosity into shear term - NOAA-GFDL/MOM6@4288d418c Move underflow code into separate loops - NOAA-GFDL/MOM6@c35da375a +Add user-controlled underflow of tracers - NOAA-GFDL/MOM6@ec8892383 Rescale ice shelf temperatures - NOAA-GFDL/MOM6@95119a251 (*)Fix ice shelf dimensional rescaling bugs - NOAA-GFDL/MOM6@4a6a175ca Bugfix: find_index in FMS2 infra - NOAA-GFDL/MOM6@1ad842cdb Replace findloc() with user-defined find_index - NOAA-GFDL/MOM6@37782ebbc Fixes badge for doc build status - NOAA-GFDL/MOM6@203a19f48 Fix a rescaling bug with MEKE_EQUILIBRIUM_ALT - NOAA-GFDL/MOM6@27bb8b833 (*)Corrected OBC restart scaling bugs - NOAA-GFDL/MOM6@9a604d467 (*)Fix occasional bug with PFv_visc_rem diagnostic - NOAA-GFDL/MOM6@8b513055b Simplify set_grid_metrics_from_mosaic - NOAA-GFDL/MOM6@2b5b4388a +Add optional scale argument to time_interp_external - NOAA-GFDL/MOM6@0b056864e Fix bugs in output files with rescaled heights - NOAA-GFDL/MOM6@cf448a1ec MOM_file_parser unit test implementation - NOAA-GFDL/MOM6@1c6696427 Rescaled dumbbell_initialize_thickness salinities - NOAA-GFDL/MOM6@079fd3e44 +Add cons_temp_to_pot_temp & abs_saln_to_prac_saln - NOAA-GFDL/MOM6@d4ccf5663 Fix data read for on-grid interpolation - NOAA-GFDL/MOM6@b3c41b105 +Rescale vars in MOM_temp_salt_initialize_from_Z - NOAA-GFDL/MOM6@31d411776 Correct a few more temperature and salin units - NOAA-GFDL/MOM6@6d78d2b0a +Add rescaling for temperature and salinity (2) - NOAA-GFDL/MOM6@5a89a9d0c +Add rescaling for temperature and salinity (1) - NOAA-GFDL/MOM6@44a786178 +Add scale argument to set_up_ALE_sponge - NOAA-GFDL/MOM6@47f13924c Modify more units in temperature and saln comments - NOAA-GFDL/MOM6@14a222ea3 Use simpler calculate_TFreeze interfaces - NOAA-GFDL/MOM6@b8e599034 +Temperature and salinity rescaling in MOM_EOS.F90 - NOAA-GFDL/MOM6@5d88f2e47 Modify units in temperature and salinity comments - NOAA-GFDL/MOM6@f52c40aec Fix a bug in the rescaling of drho_dT_dP - NOAA-GFDL/MOM6@0903609a6 +Make equation of state interfaces more consistent - NOAA-GFDL/MOM6@f51355476 Clarify argument units for int_density_dz_wright - NOAA-GFDL/MOM6@75ebb4090 +Refactored MOM_density_integrals - NOAA-GFDL/MOM6@3a9d51163 Revise how the drho_dT diagnostic is calculated - NOAA-GFDL/MOM6@07df0bfd7 Clarify units for equation of state arguments - NOAA-GFDL/MOM6@9c2e57310 Document variables in diagnoseMLDbyEnergy - NOAA-GFDL/MOM6@548be25b5 Remove unused module use for calculate_density - NOAA-GFDL/SIS2@6e0eda1 +(*)Write unscaled SIS2 restart files - NOAA-GFDL/SIS2@547cda8 Standardize syntax in mask2d logical tests (#172) - NOAA-GFDL/SIS2@f77d1f1 Fix indents per review - NOAA-GFDL/SIS2@8b5ad57 Bug Fix for specified ice - NOAA-GFDL/SIS2@acf0d89 Pass flux,fluv to compute_ocean_albedo for white cap parametrization - NOAA-GFDL/SIS2@0a0dce6 Fix specified_ice restart issue. - NOAA-GFDL/SIS2@5bf4d4a Pass flux_u,flux_v to compute_ocean_albedo for white caps parametrization
- NOAA-GFDL/MOM6@c61978184 (*)Fix set_up_ALE_sponge_field call T & S scaling - NOAA-GFDL/MOM6@8ddd0c1a2 (*)Corrected OBC allocated tests in advect_y - NOAA-GFDL/MOM6@c8a62692c Added tracer debugging checksum calls - NOAA-GFDL/MOM6@58db99ba2 +Overload MOM_tracer_chksum to use tracer registry - NOAA-GFDL/MOM6@2217e6319 +Restored public interface to post_data_1d_k - NOAA-GFDL/MOM6@64fe4fc67 Fix to dumbbell initialization in layer mode (#160) - NOAA-GFDL/MOM6@05e705da9 +*Use runtime parameters in DOME initialization - NOAA-GFDL/MOM6@c2e8465cf *Fix DOME2d_initialize_temperature_salinity bug - NOAA-GFDL/MOM6@4f039a880 +Fix diagnostic conversions in code from dev/ncar - NOAA-GFDL/MOM6@48875ea0d Fix to reading of partial OBCs from file. - NOAA-GFDL/MOM6@43771d85c (*)Correct salinity rescaling in OBCs from files - NOAA-GFDL/MOM6@58d704bc1 fix call to tridiagonal solver - NOAA-GFDL/MOM6@c9dd80404 MacOS support - NOAA-GFDL/MOM6@1f64bf1ab +Tiny fix to SIMPLE Northern OBC - NOAA-GFDL/MOM6@9ecf1a6c7 makedep: Allow two versions of same file - NOAA-GFDL/MOM6@258111803 makedep: replaced includes_in_path() with list comprehension - NOAA-GFDL/MOM6@5121534cf makedep: fix for F90 includes - NOAA-GFDL/MOM6@cde444a85 Re-developed makedep in python - NOAA-GFDL/MOM6@1c0e1f873 +Add set_initialized - NOAA-GFDL/MOM6@12f2e55f5 gitlab-ci: add concurrent jobs in run stage - NOAA-GFDL/MOM6@1e9febecf Fix PGI warnings about intent for restart_CS - NOAA-GFDL/MOM6@835b1661c (*)Use visc%Kv_shear in calculate_CVMix_conv call - NOAA-GFDL/MOM6@371c8bb26 +Eliminated 3 unused elements of the surface type - NOAA-GFDL/MOM6@48adab788 +Add option to apply bottom drag as a body force - NOAA-GFDL/MOM6@a824f802f +Convert 16 vertvisc_type pointers to allocatables - NOAA-GFDL/MOM6@0a8210adc +Add DEBUG_FULL_COLUMN for debugging accelerations - NOAA-GFDL/MOM6@79eb80794 In the case that nonzero_count <=1, a (dummy) value is set for non_unique_scales before returning - NOAA-GFDL/MOM6@8c605fef3 (*)Internal thickness variable unit correction - NOAA-GFDL/MOM6@4bcc8490b Makedep (#1) - NOAA-GFDL/MOM6@546312aed Adds "makedep" script to replace mkmf - NOAA-GFDL/MOM6@e5580e3b9 Re-factored GFDL gitlab pipeline - NOAA-GFDL/MOM6@466ca80f7 Remove Travis CI config - NOAA-GFDL/MOM6@328c44000 +Clean up dimensional rescaling in OBC code - NOAA-GFDL/MOM6@aa86abaa0 Put CVMix convective viscosity into shear term - NOAA-GFDL/MOM6@4288d418c Move underflow code into separate loops - NOAA-GFDL/MOM6@c35da375a +Add user-controlled underflow of tracers - NOAA-GFDL/MOM6@ec8892383 Rescale ice shelf temperatures - NOAA-GFDL/MOM6@95119a251 (*)Fix ice shelf dimensional rescaling bugs - NOAA-GFDL/MOM6@4a6a175ca Bugfix: find_index in FMS2 infra - NOAA-GFDL/MOM6@1ad842cdb Replace findloc() with user-defined find_index - NOAA-GFDL/MOM6@37782ebbc Fixes badge for doc build status - NOAA-GFDL/MOM6@203a19f48 Fix a rescaling bug with MEKE_EQUILIBRIUM_ALT - NOAA-GFDL/MOM6@27bb8b833 (*)Corrected OBC restart scaling bugs - NOAA-GFDL/MOM6@9a604d467 (*)Fix occasional bug with PFv_visc_rem diagnostic - NOAA-GFDL/MOM6@8b513055b Simplify set_grid_metrics_from_mosaic - NOAA-GFDL/MOM6@2b5b4388a +Add optional scale argument to time_interp_external - NOAA-GFDL/MOM6@0b056864e Fix bugs in output files with rescaled heights - NOAA-GFDL/MOM6@cf448a1ec MOM_file_parser unit test implementation - NOAA-GFDL/MOM6@1c6696427 Rescaled dumbbell_initialize_thickness salinities - NOAA-GFDL/MOM6@079fd3e44 +Add cons_temp_to_pot_temp & abs_saln_to_prac_saln - NOAA-GFDL/MOM6@d4ccf5663 Fix data read for on-grid interpolation - NOAA-GFDL/MOM6@b3c41b105 +Rescale vars in MOM_temp_salt_initialize_from_Z - NOAA-GFDL/MOM6@31d411776 Correct a few more temperature and salin units - NOAA-GFDL/MOM6@6d78d2b0a +Add rescaling for temperature and salinity (2) - NOAA-GFDL/MOM6@5a89a9d0c +Add rescaling for temperature and salinity (1) - NOAA-GFDL/MOM6@44a786178 +Add scale argument to set_up_ALE_sponge - NOAA-GFDL/MOM6@47f13924c Modify more units in temperature and saln comments - NOAA-GFDL/MOM6@14a222ea3 Use simpler calculate_TFreeze interfaces - NOAA-GFDL/MOM6@b8e599034 +Temperature and salinity rescaling in MOM_EOS.F90 - NOAA-GFDL/MOM6@5d88f2e47 Modify units in temperature and salinity comments - NOAA-GFDL/MOM6@f52c40aec Fix a bug in the rescaling of drho_dT_dP - NOAA-GFDL/MOM6@0903609a6 +Make equation of state interfaces more consistent - NOAA-GFDL/MOM6@f51355476 Clarify argument units for int_density_dz_wright - NOAA-GFDL/MOM6@75ebb4090 +Refactored MOM_density_integrals - NOAA-GFDL/MOM6@3a9d51163 Revise how the drho_dT diagnostic is calculated - NOAA-GFDL/MOM6@07df0bfd7 Clarify units for equation of state arguments - NOAA-GFDL/MOM6@9c2e57310 Document variables in diagnoseMLDbyEnergy - NOAA-GFDL/MOM6@548be25b5 Remove unused module use for calculate_density - NOAA-GFDL/SIS2@6e0eda1 +(*)Write unscaled SIS2 restart files - NOAA-GFDL/SIS2@547cda8 Standardize syntax in mask2d logical tests (#172) - NOAA-GFDL/SIS2@f77d1f1 Fix indents per review - NOAA-GFDL/SIS2@8b5ad57 Bug Fix for specified ice - NOAA-GFDL/SIS2@acf0d89 Pass flux,fluv to compute_ocean_albedo for white cap parametrization - NOAA-GFDL/SIS2@0a0dce6 Fix specified_ice restart issue. - NOAA-GFDL/SIS2@5bf4d4a Pass flux_u,flux_v to compute_ocean_albedo for white caps parametrization
In the CMIP6 test run, the MOM6 missing values are incorrect. The MOM6 output has _FillValue= -1.e+34. The CMOR missing value should be 1.e+20.
The text was updated successfully, but these errors were encountered: