New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Custom Query – NEMO

Custom Query (2547 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2547)

Ticket Resolution Summary Owner Reporter
#2354 fixed KERNEL-03_Storkey_Coward_RK3_stage2 acc acc
Description

Workplan action

Wikipage: wiki:2020WP/KERNEL-03_Storkey_Coward_RK3_stage2

#2356 fixed KERNEL-02_Coward_Do Loop Macros_part1 acc acc
Description

Workplan action

Wikipage: wiki:2020WP/KERNEL-02_Coward_Do? Loop Macros_part1

#2372 fixed dev_r12072_MERGE_OPTION2_2019 does not compile without key_iomput acc smasson
Description

Context

the model does not compile without key_iomput… :-(

Analysis

1) the two following routines include a "USE xios" and use several xios routines that are not "protected" by "#if defined key_iomput"

  • src/OCE/DIA/diadetide.F90
  • src/OCE/DIA/diamlr.F90

We try to avoid as much as possible to use directly xios routines outside of iom.F90

2) In iom.F90

  • cpp instructions are missing in iom_init_closedef
    +#if defined key_iomput
           CALL xios_close_context_definition()
           CALL xios_update_calendar( 0 )
    +#endif
    
  • dummy routine is missing for iom_update_file_name
           IF( .FALSE. )   WRITE(numout,*)  cdname   ! useless test to avoid compilation warnings
        END SUBROUTINE iom_context_finalize
    -
    +
    +   SUBROUTINE iom_update_file_name( cdid )
    +      CHARACTER(LEN=*), INTENT(in) ::   cdid
    +      IF( .FALSE. )   WRITE(numout,*)  cdid   ! useless test to avoid compilation warnings
    +   END SUBROUTINE iom_update_file_name
     #endif
    

Fix

Sorry, I cannot access a ssh connexion. could you please do these commits?

Note: See TracQuery for help on using queries.