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

uk-fvcom-FVCOM-FABM_v5_dev NCF_PLUS_VAR: THIS VARIABLE ALREADY EXISTS IN THE FILE. YOU CAN'T ADD IT AGAIN! VARIABLE NAME: siglay_center #20

Open
zwzhangirc opened this issue Oct 1, 2024 · 1 comment

Comments

@zwzhangirc
Copy link

the file mod_nesting.F, SUBROUTINE SETUP_NCNEST_FILE

The program can run up to line “NCF2 => GRID_FILE_OBJECT_NCNEST(G)”. The log file( FVCOM_DEBUG.002 (1).log ) is attached.
NCF2 => GRID_FILE_OBJECT(G)
NCF => ADD(NCF,NCF2)
!!$ NCF => ADD(NCF,GRID_FILE_OBJECT(G) )
! JUST MODIFY THE DIMENSION RETURNED - FVCOM WILL PICK THE
! CORRECT MAP AUTOMATICALLY!

   NCF2 => GRID_FILE_OBJECT_NCNEST(G)
   NCF => ADD(NCF,NCF2)

FVCOM_DEBUG.002 (1).log

@zwzhangirc
Copy link
Author

If the NCNEST_ON option is turned on it will prompt the error, if it is turned off everything is OK.

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