Ivana Escobar

Results 68 comments of Ivana Escobar

> There are many cases and it's hard to excluded that we haven't missed anything. Any idea how to address the failing `make -j` problem? Similar to how the dependency...

I added a simple script similar to `f90mkdepend`, called `f90mkdepend_ad`. This should handle `*_tl.f90/f` and `*_ad.f90/f` file dependencies by including a new file at the bottom of `Makefile`: ``` #...

There's a pesky file `ctrl_bound_tl.F` that was blocking `tools/f90mkdepend_taf` from working in an AD regime. Found a workaround. We now also account for `ftl_taf_outp*` and `ad_taf_outp*` in the generation of...

Updates to `f90mkdepend_taf` work for ihop set-up too. can robustly apply parallel make targets associated with F90 TAF generated codes!

> If you would like to use the latest version, I can add something like this > > ``` > # Determine if this is the first time, the Makefile...

Using the latest updates, the TL model compiles as well in my set-ups.

Merging the latest updates from the `master` branch still works. I was thinking `genmake2` may be faster for most builds if there was a check of whether or not F90...

Addresses issue #884 , works for ``` ./testreport -t global_oce_biogeo_bling -tlm -devel -ncad -j 8 ``` after adding the following to `data.profiles` ``` profilesDoNcOutput = .true., ```

> that is, the same. That does not mean that there aren't many error messages from the netcdf routines, e.g.: > Interesting that the calls fixed the issue. I was...

Started working on cleaning up the code to match the rest of MITgcm. Is there a subroutine that is an exemplary template within MITgcm that I can follow? @mjlosch @jm-c