FESOM / fesom2

Multi-resolution ocean general circulation model.
http://fesom.de/
GNU General Public License v3.0
45 stars 46 forks source link

Refactoring branch does not compiled coupled to OpenIFS #579

Closed JanStreffing closed 1 month ago

JanStreffing commented 3 months ago

I tried to run the lastest refactoring branch within AWI-CM3. With GCC compiler, I get:

/work/ab0246/a270092/model_codes/awicm3-v3.3/fesom-2.5/src/cpl_driver.F90:434:66:

  434 |     integer                    :: counts_from_all_pes(partit%npes)
      |                                                                  1
Error: Automatic array 'counts_from_all_pes' at (1) cannot have an initializer
/work/ab0246/a270092/model_codes/awicm3-v3.3/fesom-2.5/src/cpl_driver.F90:435:66:

  435 |     integer                    :: displs_from_all_pes(partit%npes)
      |                                                                  1
Error: Automatic array 'displs_from_all_pes' at (1) cannot have an initializer
JanStreffing commented 3 months ago

closed by https://github.com/FESOM/fesom2/pull/580