Naoki Mizukami

Results 90 comments of Naoki Mizukami

I see this in traceback in the cesm log file - `590 rof_comp_nuopc.F90` Line 590 is `590 Mesh = ESMF_MeshCreate(filename=trim(cvalue), fileformat=ESMF_FILEFORMAT_ESMFMESH, rc=rc)` some problem in reading mesh file?

More updates. @ekluzek, do you think this is enough information for someone to tell what is the root cause for the error?? This is a test based on derecho with...

Hi @ekluzek, I heard some issues on pnetcdf in CESM I/O during the CESM workshop (I believe at CSEG working group AND at ultra-high resolution modeling session). Coincidently I did...

Hi Erik, a few talks briefly mentioned pnetcdf issue are in day 2 ultra-high resolution session SIMA talk: [slide 14](https://www.cesm.ucar.edu/sites/default/files/2024-06/2024cesmhuhbarthdobbins.pdf) or around 08:48:00 in [youtube](https://www.youtube.com/watch?v=yHcCZksa4-c&ab_channel=NSFNCARClimateandGlobalDynamicsLaboratory ) Earthwork: [slide 8](https://www.cesm.ucar.edu/sites/default/files/2024-06/2024cesmhuhrandall.pdf)

Hi @ekluzek , It compiles with gfortran compiler (need one small adjustment in makefile) Two remaining issues: It does not compile with ifort Also, there is runtime error from pio...

Update: make clean did not clean mizuRoute/route/build/lib/mpi-seriallib/ completely. if this is cleaned manually, ifort compilation works

Getting back to this. Try updating PIO version from 2_5_4 to 2_5_7 and cime version from 6.0.3 to 6.0.75, but did not fixed.

wonfix because we don't need mpi-serial and this library build is removed now see #461

Hi Erik (@ekluzek), any comments on this?? maybe we will need to talk to Brian (Dobbin)??

Ok, I tested compiling with system installed parallelio, and get it compiled. The timing functions used in mizuRoute does not directly use the GPTL timing functions, but use the module...