Ivana Escobar
Ivana Escobar
## What changes does this PR introduce? Bug in `f90mkdepend` tool. ## What is the current behaviour? `modreflist` keeps a carriage return character if modules are loaded with a line...
Old patches used for applications of domains contained in a single face. Helps to: - set `offset_vars` when `file_metadata` only has a single variable - use `find_concat_dim_facet` if DataArray input...
## What changes does this PR introduce? `f90mkdepend` can now handle generic file endings. This PR addresses part of issue #850 in the case of compiling on MacOS with hybrid...
## What changes does this PR introduce? A way to compile `mitgcmuv_ad` with codes that contain free-format FORTRAN that use modules. This may address a few points from issue [855](https://github.com/MITgcm/MITgcm/issues/855)....
This is a feature request to enable `grdchk` output whether or not `UseSingleCpuIO` is set: https://github.com/MITgcm/MITgcm/blob/4c91ca28d5d29f14641d58b64b890a8324c5893c/pkg/grdchk/grdchk_main.F#L536 Currently, this MDS writes both AD/TL output only if `UseSingleCpuIO=.false.`
## What changes does this PR introduce? Bug fix: active file handling for tangent linear (TL) model wasn't correct. ## What is the current behaviour? Compile-time error due to missing...
## What changes does this PR introduce? Updating spelling in miscellaneous parts of source code ## What is the current behaviour? Typos in comments ## What is the new behaviour...
## What changes does this PR introduce? Feature: TL model gradients to compare with finite difference gradients for a model that uses NetCDF model equivalents with `pkg/profiles` ## What is...
For a TAF generated code, both TL and AD, I am experiencing an issue with reading and writing model equivalents to NetCDF versus to binary. Therefore, the gradient check study...
Feature allows user to read in standard pickup files with `read_mds` Pickup file structure is expected to contain 3 2D fields, e.g.: ``` nDims = [ 2 ]; dimList =...