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

Error while Compiling the FMS shared code #190

Closed
TejaswiRJadhav opened this issue Nov 14, 2017 · 0 comments
Closed

Error while Compiling the FMS shared code #190

TejaswiRJadhav opened this issue Nov 14, 2017 · 0 comments

Comments

@TejaswiRJadhav
Copy link

Trying to install MOM6 from this link
https://github.com/NOAA-GFDL/MOM6-examples/wiki/Getting-started#setting-up-the-compile-environment

for cray compilers but getting following error while compilation of FMS code

module coupler_types_mod
^
ftn-855 crayftn: ERROR COUPLER_TYPES_MOD, File = ../../../../src/FMS/coupler/coupler_types.F90, Line = 1, Column = 8
The compiler has detected errors in module "COUPLER_TYPES_MOD". No module information file will be created for this module.

call data_override(gridname, var%bc(n)%field(m)%name, var%bc(n)%field(m)%values, Time)
^
ftn-786 crayftn: ERROR CT_DATA_OVERRIDE_2D, File = ../../../../src/FMS/coupler/coupler_types.F90, Line = 3740, Column = 78
An actual argument must be definable when associated with a dummy argument that has INTENT(OUT) or INTENT(INOUT).

call data_override(gridname, var%bc(n)%field(m)%name, var%bc(n)%field(m)%values, Time)
^
ftn-786 crayftn: ERROR CT_DATA_OVERRIDE_3D, File = ../../../../src/FMS/coupler/coupler_types.F90, Line = 3754, Column = 78
An actual argument must be definable when associated with a dummy argument that has INTENT(OUT) or INTENT(INOUT).

Hallberg-NOAA added a commit that referenced this issue Sep 15, 2021
  This commit updates the MOM_parameter_doc files to reflect recently added
runtime parameters, especially from dev-ncar-main-candidate-2021-08-30. This
commit also includes some updates to the MOM_parameter_doc.all files for some
less commonly exercised test cases that had been overlooked in another recent
update.

  Submodule updates in this PR include:

- NOAA-GFDL/MOM6@233f982c2 Merge pull request #1497 from marshallward/main_to_dev_gfdl
- NOAA-GFDL/MOM6@72aabe5a4 Merge branch 'dev/gfdl' into main_to_dev_gfdl
- NOAA-GFDL/MOM6@c09e19957 Merge pull request #1491 from gustavo-marques/dev-ncar-main-candidate-2021-08-30
- NOAA-GFDL/MOM6@cabe0d1c9 Merge pull request #1492 from marshallward/malloc_perturb_update
- NOAA-GFDL/MOM6@47493085d Merge branch 'dev/gfdl' into malloc_perturb_update
- NOAA-GFDL/MOM6@87aad2621 Merge pull request #1495 from marshallward/ale_sponge_halo_fix
- NOAA-GFDL/MOM6@e05ceb238 Merge branch 'dev/gfdl' into ale_sponge_halo_fix
- NOAA-GFDL/MOM6@16230850a Merge pull request #1490 from Hallberg-NOAA/offset_bathyT_by_Z_ref
- NOAA-GFDL/MOM6@f44b9c46b Merge branch 'dev/gfdl' into offset_bathyT_by_Z_ref
- NOAA-GFDL/MOM6@a31641682 Merge pull request #1488 from marshallward/rotate_read_data
- NOAA-GFDL/MOM6@e5a522b6e Infra: MOM_read_data rename to read_field
- NOAA-GFDL/MOM6@6a7216b79 Merge branch 'dev/gfdl' into rotate_read_data
- NOAA-GFDL/MOM6@b47b44635 ALE sponge: Only update fields on uv over masks
- NOAA-GFDL/MOM6@b560b2ccb Merge branch 'pr/1494' into dev/gfdl
- NOAA-GFDL/MOM6@54b4a2302 Merge pull request #1493 from Hallberg-NOAA/find_interfaces_fix
- NOAA-GFDL/MOM6@41c96ccdd Merge branch 'dev/gfdl' into find_interfaces_fix
- NOAA-GFDL/MOM6@dc6f129cb Merge pull request #7 from alperaltuntas/pr1491_fixes
- NOAA-GFDL/MOM6@127a22163 Merge branch 'dev/gfdl' into rotate_read_data
- NOAA-GFDL/MOM6@67707e47e Merge branch 'dev/gfdl' into ale_sponge_halo_fix
- NOAA-GFDL/MOM6@456d4a900 ALE sponge mask_z halo fixes
- NOAA-GFDL/MOM6@6d13b1890 Still more syntax issues
- NOAA-GFDL/MOM6@9c2b4e4b5 Fixing a citation
- NOAA-GFDL/MOM6@db3fd1cdf Fixed forgotten \f$
- NOAA-GFDL/MOM6@9ee07718a More on background mixing.
- NOAA-GFDL/MOM6@5f8c446d9 update all calls of KPP_compute_BLD and KPP_calculate to support the passage of lamult enhancement factor
- NOAA-GFDL/MOM6@11c550f55 add references to KPP enhancements methods
- NOAA-GFDL/MOM6@d1c0835cb Merge pull request #1487 from raphaeldussin/fix_diags_intwaves
- NOAA-GFDL/MOM6@4f707ce54 Some background diffusivity text
- NOAA-GFDL/MOM6@b039e62c3 More documentation - Jackson start.
- NOAA-GFDL/MOM6@ca1c42682 (*)Avoid uninitialized data use in find_interfaces
- NOAA-GFDL/MOM6@5bea5868c Merge branch 'dev/gfdl' into fix_diags_intwaves
- NOAA-GFDL/MOM6@a7d8e3a65 Merge pull request #1479 from OlgaSergienko/ice_dynamics
- NOAA-GFDL/MOM6@d234258c4 Merge branch 'dev/gfdl' into ice_dynamics
- NOAA-GFDL/MOM6@f98b76d13 Merge pull request #1453 from MJHarrison-GFDL/SPEAR_ECDA
- NOAA-GFDL/MOM6@f46c4bcad Changed identation in MOM6_ice_shelf_initialize.F90 to follow MOM6 convention
- NOAA-GFDL/MOM6@88da4c9a5 clearer documentation for correct_leap_year_inconsistency flag
- NOAA-GFDL/MOM6@d37f1cfd5 Add documentation for correct_leap_year_inconsistency argument
- NOAA-GFDL/MOM6@ccaddf108 Merge branch 'dev/gfdl' into SPEAR_ECDA
- NOAA-GFDL/MOM6@14aebaaa1 Merge branch 'dev/gfdl' into fix_diags_intwaves
- NOAA-GFDL/MOM6@91383e332 Testing: Set MALLOC_PERTURB_ to 1
- NOAA-GFDL/MOM6@e2c565c09 changed identation MOM_ice_shelf_initialize.F90 to follow MOM6 convention
- NOAA-GFDL/MOM6@442ae8ff5 changed the block idetentation for consistency with MOM6 code style
- NOAA-GFDL/MOM6@060c41290 (*)Offset G%bathyT by -G%Z_ref
- NOAA-GFDL/MOM6@a253d3797 init local arrays, fix to axes and logging
- NOAA-GFDL/MOM6@91ab1e586 Merge branch 'main' into dev-ncar-main-candidate-2021-08-30
- NOAA-GFDL/MOM6@ddec6f9ca Testing: Rotation support for MOM_read_data
- NOAA-GFDL/MOM6@bdba2d222 Merge pull request #195 from klindsay28/dimension_rescaling_fixes
- NOAA-GFDL/MOM6@380615dde Merge pull request #194 from NCAR/merge_ww3_coupling_vr12ma
- NOAA-GFDL/MOM6@60ad2ed2e Merge branch 'dev/gfdl' into SPEAR_ECDA
- NOAA-GFDL/MOM6@88b36422f Restore Vt2 diagnostic calculation when requested and retain the functionality of prescribed constant enhancement.
- NOAA-GFDL/MOM6@a5caf2e8b removed tab from MOM_ice_shelf_initialize.F90
- NOAA-GFDL/MOM6@3ce2efe29 changes to ice_velocity_mask_update, initialization of ice velocity and ice thickness for new and restart simulations
- NOAA-GFDL/MOM6@197cd1870 MOM_CFC_cap cleanup
- NOAA-GFDL/MOM6@f6524adee Add run-time parameters CFC11_IC_VAL and CFC12_IC_VAL.
- NOAA-GFDL/MOM6@fa96ae332 correct prepending inputdir to CFC_BC_file
- NOAA-GFDL/MOM6@bc198197c let register_tracer handle flux_units for MOM_CFC_cap tracers
- NOAA-GFDL/MOM6@e87adb88a dimension rescaling fixes for MOM_CFC_cap tracers
- NOAA-GFDL/MOM6@9011801b6 Various dimension rescaling fixes
- NOAA-GFDL/MOM6@d734536c0 Refactor the way Langmuir entrainment and enhancement factor are computed and applied: (1) When available, pass the enhancement factor received from WW3. Otherwise, let CVmix compute the enhancement factor. (2) Instead of explicitly multiplying diffusivities and viscosities with the enhancement factor, let CVMix handle enhancement internally.
- NOAA-GFDL/MOM6@734e53782 change VR12-MA wave_method string to EFACTOR
- NOAA-GFDL/MOM6@5ba918aae Merge branch 'dev/gfdl' of github.com:NOAA-GFDL/MOM6 into SPEAR_ECDA
- NOAA-GFDL/MOM6@66a758415 Fix pointer initialization and other cleanup
- NOAA-GFDL/MOM6@80e1e2e88 fix omp error in KPP module: add lamult to shared clauses
- NOAA-GFDL/MOM6@9fe68ac66 fix doxygen error: add comments for wave method strings
- NOAA-GFDL/MOM6@2d385a061 Introduce changes needed for CVMix KPP module for the VR12-MA wave coupling option
- NOAA-GFDL/MOM6@141277181 Minor fixes for the WW3 coupling option VR12-MA
- NOAA-GFDL/MOM6@7ebf3b07e bringing in vr12ma ww3 coupling changes to the latest dev/ncar and resolving conflicts
- NOAA-GFDL/MOM6@3e1b0cdf5 Merge pull request #191 from gustavo-marques/recover_answer_change_in_CFC_PR
- NOAA-GFDL/MOM6@69f653a53 Merge pull request #193 from NCAR/merge_main_210802
- NOAA-GFDL/MOM6@3117b9830 merge dev/ncar with main 210723
- NOAA-GFDL/MOM6@090fa83fe Add optional argument to FMS2 interface to init_extern_field
- NOAA-GFDL/MOM6@8ef959637 Merge https://github.com/OlgaSergienko/MOM6 into ice_dynamics
- NOAA-GFDL/MOM6@016beb6c2 Merge branch 'NOAA-GFDL:dev/gfdl' into dev/gfdl
- NOAA-GFDL/MOM6@9c0a73505 add dimensional rescaling for thickness initialization
- NOAA-GFDL/MOM6@eacf3e25d comments
- NOAA-GFDL/MOM6@2169f6dae Merge branch 'dev/gfdl' of github.com:NOAA-GFDL/MOM6 into SPEAR_ECDA
- NOAA-GFDL/MOM6@762291114 Changes the order of calculation
- NOAA-GFDL/MOM6@997636e3c move lamult from forces to fluxes
- NOAA-GFDL/MOM6@7d85ab291 set lamult to 1 below ice
- NOAA-GFDL/MOM6@5f756ab7e Enable the export of ice fraction when wave coupling is on. The export of ice fraction was previously added for the newly added CFC module.
- NOAA-GFDL/MOM6@bc65e4f46 merge latest dev/ncar into ww3_coupling_vr12ma
- NOAA-GFDL/MOM6@230a8b83e Merge pull request #190 from NCAR/fix_cfc_import
- NOAA-GFDL/MOM6@b767a1343 import ifrac and u10_sqr only when CFC module is active
- NOAA-GFDL/MOM6@b7e0fda76 Merge pull request #189 from gustavo-marques/ncar_cfcs_implementation
- NOAA-GFDL/MOM6@5c0e8db43 Merge remote-tracking branch 'origin' into SPEAR_ECDA
- NOAA-GFDL/MOM6@347e1470f Merge branch 'NOAA-GFDL:dev/gfdl' into dev/gfdl
- NOAA-GFDL/MOM6@0267d0829 Merge branch 'ice_dynamics' of https://github.com/OlgaSergienko/MOM6 into ice_dynamics
- NOAA-GFDL/MOM6@457c4991d increased a number of iterations in solver for non-linear viscosity
- NOAA-GFDL/MOM6@13f5e12c5 Merge https://github.com/OlgaSergienko/MOM6 into ice_dynamics
- NOAA-GFDL/MOM6@f45659d47 introduce the lamult import from ww3 in nuopc cap and add a diag
- NOAA-GFDL/MOM6@3aade32dd CFCs implementation via NUOPC cap
- NOAA-GFDL/MOM6@276954f3c Fixed a misplaced parentheses
- NOAA-GFDL/MOM6@0d5915608  introduce a new wave coupling method: VR12-MA (not fully implemented yet)
- NOAA-GFDL/MOM6@d1de7c852 Merge pull request #188 from gustavo-marques/fix_mem_leak_bkgnd
- NOAA-GFDL/MOM6@14e233438 Deallocate Kd_bkgnd and Kv_bkgnd
- NOAA-GFDL/MOM6@3812cf64c Merge pull request #187 from gustavo-marques/fix_retrieving_nthreads_nuopc
- NOAA-GFDL/MOM6@d3f4f0f12 Merge pull request #186 from gustavo-marques/main-candidate-ncar-2021-04-21
- NOAA-GFDL/MOM6@eca5fd53e Merge remote-tracking branch 'origin' into SPEAR_ECDA
- NOAA-GFDL/MOM6@7eb92f643 Merge pull request #2 from NOAA-GFDL/dev/gfdl
- NOAA-GFDL/MOM6@165176b6e debug checksums pre/post oda
- NOAA-GFDL/MOM6@dac7180c3 Use local indexing for MOM6 DA grid
- NOAA-GFDL/MOM6@a21ee337e squash this commit.Fix some issues with basin mask
- NOAA-GFDL/MOM6@2e60468b1 squash this commit. Revert US argument in call to init_oda.
- NOAA-GFDL/MOM6@6e00221bd doxygen. squash this commit
- NOAA-GFDL/MOM6@20306e910 squash this commit
- NOAA-GFDL/MOM6@568188292 squash this commit
- NOAA-GFDL/MOM6@4d411ba22 optionally apply data assimilation increments or a time-varying tendency adjustment to tracers
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

1 participant