Negin Sobhani

Results 27 comments of Negin Sobhani

I am tracking down which CDEPS version is causing this issue. But here is an example of a similar run that has completed with ctsm5.1.dev098. `/glade/scratch/negins/neon_v2/tools/site_and_regional/KONA.ad` I compared the inputdata...

@milancurcic @davidedelvento and I did a study a few years ago which showed similar results; however, the results will not be BFB. We even showed in some bottlenecks of the...

I talked with @slevisconsulting today about this. I have seen this `malformed file` issue previously and it happens when writing the netcdf file is not completed successfully. I suggested @slevisconsulting...

I tested the code with an updated version of xarray on Izumi (`xarray 0.20.2`) and it complained about the index size for `lsmlat` dimension. Here is the error: ``` INFO:...

Similar issue also came up in the discussion of PR#1419: @slevisconsulting comment about this : https://github.com/ESCOMP/CTSM/pull/1419#issuecomment-1013772176 My response on what possibly causing this issue: https://github.com/ESCOMP/CTSM/pull/1419#issuecomment-1018975634

Currently the [new single-point simulation workflow](https://ncar.github.io/CTSM-Tutorial-2022/notebooks/Day2a_GenericSinglePoint.html) we used during CTSM tutorial is different from what we have in [ctsm-docs for single point](https://escomp.github.io/ctsm-docs/versions/master/html/users_guide/running-single-points/running-single-point-configurations.html#example-setting-up-a-case-from-the-single-point-surface-dataset-just-created) and this might cause some confusions for users....

@adrifoster This is the issue I mentioned during the SE meeting.

- [ ] The are some use statements, etc, which were previously aligned but due to the probably longer names, they are not aligned anymore. For example, https://github.com/ESCOMP/CTSM/blob/1638c726f704b67915dcab6a54edd495cb6cf36d/lilac/src/lilac_atmaero.F90#L26-L30

This does not change the interface for a user. For our developers who want to run this pre-commit , please try this using the following: ``` pip install pre-commit (you...