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 (34 - 36 of 2547)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Owner Reporter Resolution Summary
#400 nemo molines fixed nemo 3.1 LIM3 : useless akappa and alambd arrays ?
Description

It seems that in limmsh.F90 there is an initialization for akappa and alambd arrays. It looks like they are not used anywhere...

I found it weird ! It may be a remnant of VP rheology. If so, some cleaning is required.

Cheers,

Jean-Marc

#416 nemo flavoni fixed add in config.card possibility of rebuild from archive machine.
Description

Add rebuild from archive parameters.

Note that if you put : RebuildFrequency?=1Y then you have to put also : RebuildFromArchive?=true

It is very important; if not you can have lots of problems.

#418 nemo jean fixed dynspg.F90 and &
Description

i tried to compile with gfortran on a Linux Platform. My errors:

dynspg.F90:74.9:

; CALL dyn_spg_exp ( kt )

1

Error: Semicolon at (1) needs to be preceded by statement dynspg.F90:75.9:

; CALL prt_ctl( tab3d_1=ua, clinfo1=' spg0 - Ua: ', mask1

1

Error: Semicolon at (1) needs to be preceded by statement dynspg.F90:77.9:

; CALL dyn_spg_ts ( kt )

1

Error: Semicolon at (1) needs to be preceded by statement dynspg.F90:78.9:

; CALL prt_ctl( tab3d_1=ua, clinfo1=' spg1 - Ua: ', mask1

1

Error: Semicolon at (1) needs to be preceded by statement dynspg.F90:80.9:

; CALL dyn_spg_flt ( kt, kindic )

1

Error: Semicolon at (1) needs to be preceded by statement dynspg.F90:81.9:

; CALL prt_ctl( tab3d_1=ua, clinfo1=' spg2 - Ua: ', mask1

1

Error: Semicolon at (1) needs to be preceded by statement

A proposition of solution ( thanks Charles )

& ; CALL dyn_spg_exp ( kt ) &

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.