Michael Levy

Results 25 issues of Michael Levy

I've been working on a fix for #1545 and testing via the `MOM_CFC_cap.F90` and `pseudo_salt_tracer.F90` modules. I'm in the process of bringing the February changes to `main` onto my branch,...

1. Added `case` argument to `env_workflow.get_job_specs()` 2. explicitly ignored last two arguments returned from `env_mach_specific.get_mpirun()` -- shouldn't be necessary, but I was seeing `ValueError: too many values to unpack` and...

The submitted job aborts with the error ``` Traceback (most recent call last): File "/var/spool/pbs/mom_priv/jobs/2384695.chadmin1.ib0.cheyenne.ucar.edu.SC", line 56, in _main_func(__doc__) File "/var/spool/pbs/mom_priv/jobs/2384695.chadmin1.ib0.cheyenne.ucar.edu.SC", line 35, in _main_func overrides["total_tasks"], overrides["num_nodes"], overrides["tasks_per_node"], overrides["thread_count"] =...

Python 2 is only going to be supported through the end of 2019, and many packages are moving development to python 3 only sooner than that. For example, [NumPy](https://docs.scipy.org/doc/numpy-1.14.1/neps/dropping-python2.7-proposal.html) says...

enhancement

`tracer_vertdiff()` has an optional argument for `sink_rate` ("rate at which the tracer sinks"), and @ElizabethYankovsky and I would like to use this feature for diurnal vertical migration of some MARBL...

In `MOM_state_initialization.F90:MOM_temp_salt_initialize_from_Z()`, the default value for `Z_INIT_ALE_REMAPPING` is `.false.` and the default value of `Z_INIT_REMAPPING_SCHEME` is `PPM_IH4`: https://github.com/mom-ocean/MOM6/blob/b57ff027567a445e9038637841c600204f2668cd/src/initialization/MOM_state_initialization.F90#L2561-L2566 For the MARBL driver, I am calling `MOM_tracer_initialization_from_Z.F90:MOM_initialize_tracer_from_Z()`, where the default values...

A user ran 9982 years of a 3 degree ocean-ice run (the CORE forcing dataset covers 62 years, so this represents 161 cycles). They then tried to branch off the...

Following the incorporation of #67 we are no longer including `shell` in `self.run_kwargs` but it is still used in the context of `--launch-command`: https://github.com/NCAR/jupyter-forward/blob/ea8a0ec3de63730e96c081a051a60680a44a7ce5/jupyter_forward/core.py#L175 I think there are two options:...

documentation

On some systems, it makes sense for users to rely on system python and only use conda for certain tasks. E.g. someone who spends a lot of time running old...

enhancement

`echo '\$(hostname -f)'` raises issues when `tcsh` tries to run this command on another shell: ``` [bash] $ bash -lc "echo 'jupyter lab --no-browser --ip=\$(hostname -f)'" jupyter lab --no-browser --ip=$(hostname...

bug