Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPAS does not run (init or nhyd atmosphere model) when compiled with ifort #1

Closed
hrwinterbottom opened this issue Jun 20, 2013 · 2 comments

Comments

@hrwinterbottom
Copy link

When running init_atmosphere.exe, the following is dumped into the log.0000.err file:

Reading namelist.input

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source

init_nhyd_atmos_m 0000000000562CA3 mpas_block_creato 1057 mpas_block_c
reator.f90
init_nhyd_atmos_m 000000000053DDE9 mpas_io_input_mp_ 242 mpas_io_inpu
t.f90
init_nhyd_atmos_m 00000000004074CC mpas_subdriver_mp 38 mpas_subdriv
er.f90
init_nhyd_atmos_m 0000000000407396 MAIN__ 14 mpas.f90
init_nhyd_atmos_m 000000000040733C Unknown Unknown Unknown
libc.so.6 00002B133807CCDD Unknown Unknown Unknown
init_nhyd_atmos_m 0000000000407239 Unknown Unknown Unknown

My namelist.input is as follows:

&nhyd_model
config_init_case = 7
config_theta_adv_order = 3
config_start_time = '2012-08-26_06:00:00'
config_stop_time = '2012-08-26_15:00:00'
/
&dcmip
config_dcmip_case = '2-0-0'
config_planet_scale = 1.0
config_rotation_rate_scale = 1.0
/
&dimensions
config_nvertlevels = 41
config_nsoillevels = 4
config_nfglevels = 38
config_nfgsoillevels = 4
/
&data_sources
config_geog_data_path = './geog/'
config_met_prefix = 'FILE'
config_sfc_prefix = 'FILE'
config_fg_interval = 3600
/
&vertical_grid
config_ztop = 45000.0
config_nsmterrain = 2
config_smooth_surfaces = .false.
/
&preproc_stages
config_static_interp = .true.
config_vertical_grid = .false.
config_met_interp = .false.
config_input_sst = .false.
/
&io
config_input_name = 'grid.nc'
config_output_name = 'static.nc'
/
&restart
/
&decomposition
/

@ailinyao
Copy link

Thanks for ur reply.i want to ask u something about the model of mpas actually.because i know you have installed it and even run it successfully.i am a new starter for it and recently i try to install the model according to the guide but failed.Can u send me the process that you had installed. thanks!

mywoodstock pushed a commit to mywoodstock/MPAS-Release that referenced this issue Mar 11, 2016
Fixes warning message of type

Image              PC                Routine            Line        Source
ocean_model        0000000001DDDBE6  Unknown               Unknown  Unknown
ocean_model        00000000012963EA  ocn_lagrangian_pa        1426  mpas_ocn_lagrangian_particle_tracking.F
ocean_model        000000000127CDEC  ocn_lagrangian_pa         187  mpas_ocn_lagrangian_particle_tracking.F
ocean_model        00000000010A371A  ocn_analysis_driv         948  mpas_ocn_analysis_driver.F
ocean_model        000000000109C72A  ocn_analysis_driv         405  mpas_ocn_analysis_driver.F
ocean_model        0000000000C21EA7  ocn_forward_mode_         325  mpas_ocn_forward_mode.F
ocean_model        00000000010A982A  ocn_core_mp_ocn_c          79  mpas_ocn_core.F
ocean_model        00000000004051B9  mpas_subdriver_mp         307  mpas_subdriver.F
ocean_model        00000000004012F8  MAIN__                     14  mpas.F
ocean_model        000000000040128E  Unknown               Unknown  Unknown
ocean_model        0000000001EABDB1  Unknown               Unknown  Unknown
ocean_model        0000000000401175  Unknown               Unknown  Unknown
forrtl: warning (406): fort: (1): In call to MPAS_TRIANGLE_SIGNED_AREA, an array temporary was created for argument MPAS-Dev#1
@mgduda
Copy link
Contributor

mgduda commented May 23, 2018

Since this issue is from 5 years ago (as of 2018), and since the MPAS code has changed substantially since this issue was opened, I'll go ahead and close it to keep the list of open issues relevant.

@mgduda mgduda closed this as completed May 23, 2018
davegill pushed a commit to davegill/MPAS-Model that referenced this issue Aug 8, 2019
YSU clean up: remove unnecessary variables
pwolfram pushed a commit that referenced this issue Mar 23, 2020
Fix cartopy issues with tricontourf
mgduda pushed a commit to mgduda/MPAS-Model that referenced this issue Aug 5, 2020
Updating to MPAS 5.2, supporting PGI and Power8 better
akturner pushed a commit that referenced this issue Nov 17, 2020
Update proteanplanet/MPAS-Model with latest MPAS-Dev/MPAS-Model
mark-petersen referenced this issue in mark-petersen/MPAS-Model Jan 11, 2021
Fixes warning message of type

Image              PC                Routine            Line        Source
ocean_model        0000000001DDDBE6  Unknown               Unknown  Unknown
ocean_model        00000000012963EA  ocn_lagrangian_pa        1426  mpas_ocn_lagrangian_particle_tracking.F
ocean_model        000000000127CDEC  ocn_lagrangian_pa         187  mpas_ocn_lagrangian_particle_tracking.F
ocean_model        00000000010A371A  ocn_analysis_driv         948  mpas_ocn_analysis_driver.F
ocean_model        000000000109C72A  ocn_analysis_driv         405  mpas_ocn_analysis_driver.F
ocean_model        0000000000C21EA7  ocn_forward_mode_         325  mpas_ocn_forward_mode.F
ocean_model        00000000010A982A  ocn_core_mp_ocn_c          79  mpas_ocn_core.F
ocean_model        00000000004051B9  mpas_subdriver_mp         307  mpas_subdriver.F
ocean_model        00000000004012F8  MAIN__                     14  mpas.F
ocean_model        000000000040128E  Unknown               Unknown  Unknown
ocean_model        0000000001EABDB1  Unknown               Unknown  Unknown
ocean_model        0000000000401175  Unknown               Unknown  Unknown
forrtl: warning (406): fort: (1): In call to MPAS_TRIANGLE_SIGNED_AREA, an array temporary was created for argument #1
caozd999 pushed a commit to caozd999/MPAS-Model that referenced this issue Jan 14, 2021
Merge COMPASS contents  from MPAS-Dev/MPAS-Model/develop
akturner added a commit that referenced this issue Mar 19, 2021
byoung-joo pushed a commit to byoung-joo/MPAS-Model that referenced this issue Apr 6, 2021
* MPAS-Model CMake build system for atmosphere and related cores
* Squashed diff from jedi-for-cmake.

* Remove patch file, fix docs

* Cleanup for FindPIO.cmake based on reveiewer suggestions

* Bump version to 7.0, use version for MPAS-Data tag name, and restore VEGPARM.tbl read code.

* Move parse.c which contains main() to the parse executable as clang doesn't like it in the library.

* Fix FindPIO for .dylib support on MacOS

* Clang CPP compatability

* Fix bug introduced to parser-generator

* Default to Release

* whitespace
MicroTed pushed a commit to MicroTed/MPAS-Model that referenced this issue Feb 21, 2023
Feature/ruclsm: Added ruclsm files and dependencies
MicroTed pushed a commit to MicroTed/MPAS-Model that referenced this issue Jun 1, 2023
…interval_att

Feature/output interval att
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants