Yanchun He

Results 26 comments of Yanchun He

Thanks for the reply @mnlevy1981 I was running CUPiD on the login node, not with a batch job at the backend. Is there a way to specify the number of...

> So, on our machines when running CUPiD from the command line, we start an interactive session. For us using PBS we do the following: > > qinteractive -l select=1:ncpus=16:mpiprocs=16:mem=120G...

Thanks! I tried to set in `config.yml` ``` lc_kwargs: threads_per_worker: 1 n_workers: 1 ``` And the computed notebook of `Hemis_seaice_visual_compare_obs_lens` does show that 1 `worker` is used: ``` LocalCluster 364bf0d2...

Thanks @TeaganKing Looks like it will finish, but takes some time. As I can see, when linking to external tools, such as ADF, it is copying figures/output from ADF. Maybe,...

Thanks, now I see the file, and can download it manually!

> We currently list the mapfiles needed for ncremap in the CUPiD config file, and then use [this script](https://github.com/NCAR/CUPiD/blob/main/cupid/remapping.py) to run the remapping with `ncremap`. Looks like this script from...