Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mHM mHM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mhmmhm
  • mHMmHM
  • Issues
  • #98
Closed
Open
Issue created Mar 09, 2020 by Pallav Kumar Shrestha@shresthpMaintainer

mHM states_fluxes netCDF output are curvilinear even if coordinate system is set to regular latlon in mhm.nml

  • It was noted that the output netCDF files of mHM are saved as curvilinear irrespective of the coordinate system set in mhm.nml. I am working in regular latlon system but the mHM output according to CDO and NCO are in curvilinear system as shown in screenshots below.
  • The issue "seems" to be that the lat and lon are stored as 2D variable even for regular latlon system. This makes cdo and nco to assume its a curvilinear system. Storing the lat and lon as a vector instead should solve the problem @thober @schaefed @muellese (???)

cdo sinfo on the output file:

Screenshot_2020-03-09_at_11.59.46

ncdump -h on the output file:

Screenshot_2020-03-09_at_12.00.14

cdo griddes on the output file:

Screenshot_2020-03-09_at_12.01.22

cdo griddes on the input regular latlon pre.nc file for comparison:

Screenshot_2020-03-09_at_12.02.37

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking