Negin Sobhani

Results 13 issues of Negin Sobhani

### Description of changes ### Specific notes This PR adds capability to subset mesh files for a regional case based on the region of choice. Contributors other than yourself, if...

### Description of changes Summary: This PR adds the capability to automatically format python codes using Black without changing git history using a pre-commit hook. _____ A while back, I...

type: enhancement
type: code cleanup

### Brief summary of bug While running WRF-CTSM 4km simulations, I noticed that soil moisture is all zero in wrfout file (SMOIS and SH2O* )for all the soil layers, but...

### Description of changes For handling possible namespace collisions when using CTSM with other models, @billsacks suggested to add `ctsm_` prefix to all modules. This is especially important for some...

This is a quick update to the `__repr__` method to address issue #6926 and show device information from the repr. Thanks to @dcherian for the suggestion to add device information.

cat:enhancement
prio:medium

I recently encountered an issue while using the AZHPC script (`azhpc-build`) on Azure. When the script fails to execute due to some error (for example `provisioning failed due to invalid...

bug

**Describe the bug** When running the [`build-wrf.sh`](https://github.com/Azure/azurehpc/blob/master/apps/wrf/build_wrf.sh) or `build-wps.sh` script in the `apps/wrf` directory, the build process fails with an error message indicating that the necessary module files cannot be...

bug

## Describe the bug We have identified an issue in the [`apps/wrf/readme.md` file](https://github.com/Azure/azurehpc/tree/master/apps/wrf) related to the `azhpc-scp` command. The following line is causing errors when attempting to copy files to...

bug

I have noticed the links for some the CI badges are not set up correctly in the README which results in a fail status on the `build` status badge. The...

good first issue

@dcherian and I brainstormed on the topics that should be included in the docs as following: 1. Basic Concepts : * How to convert numpy and cupy. * `.mean` ,...