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.
/ (log) – NEMO

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2650   13 years flavoni correct bad cut & paste in POMME namelist, see ticket #805
(edit) @2649   13 years cetlod small bug correction
(edit) @2648   13 years cetlod Changed OFF_SRC component to use dynamic memory
(edit) @2647   13 years gm dynamic mem: #785 ; OPA_SRC/OBC: move dyn allocation from nemogcm to …
(edit) @2646   13 years cetlod Add missing lbclnk & correct a typo
(edit) @2645   13 years gm dynamic mem: #785 ; correct small bug in dtatem & dtasal ierr3 not …
(edit) @2644   13 years cetlod add a missing parenthesis in PISCES/p4zflx.F90 routine
(edit) @2643   13 years cetlod Changed TOP/PISCES to use dynamic memory & improve the others TOP modules
(edit) @2642   13 years cetlod Modify the routine zpshde.F90 to be able to run a biogeo model with no. of …
(edit) @2641   13 years cetlod correct a typo in nemogcm.F90
(edit) @2640   13 years cetlod remove unused functions llwrk_in_use/llwrk_not_released in albedo.F90 …
(edit) @2639   13 years cetlod re-introduce missing allocated array
(edit) @2638   13 years trackstand2 Added USE lib_mpp for access to ctl_warn and ctl_stop
(edit) @2637   13 years flavoni change debug test in st_namelist, see ticket #752
(edit) @2636   13 years gm dynamic mem: #785 ; move ctl_stop & warn in lib_mpp to avoid a circular …
(edit) @2635   13 years trackstand2 wrk_use etc.: fixed bug in check on return value in loop
(edit) @2634   13 years trackstand2 Updated wrk_in_use and wrk_not_released routines to switch when they …
(edit) @2633   13 years trackstand2 Renamed wrk_use => wrk_in_use and wrk_release => wrk_not_released
(edit) @2632   13 years trackstand2 Removed use of ctl_warn and ctl_stop from wrk_nemo to drop dependence on …
(edit) @2631   13 years trackstand2 geo2ocean - bug fix - missing ALLOCATABLE attribute and .NOT. on check on …
(edit) @2630   13 years trackstand2 Changed TOP/C14b to use dynamic memory
(edit) @2629   13 years gm dynamic mem: #785 ; TOP_SRC/TRD: move dyn allocation from nemogcm to …
(edit) @2628   13 years gm dynamic mem: #785 ; TOP_SRC: move dyn allocation from nemogcm to trcini …
(edit) @2627   13 years gm dynamic mem: #785 ; OPA_SRC compilation without mpp
(edit) @2626   13 years gm dynamic mem: #785 ; LIM_SRC_3 mpp compilation correct limthd.F90 ; LIM2 & …
(edit) @2625   13 years gm dynamic mem: #785 ; OPA_SRC mpp compilation: suppression of the USE …
(edit) @2624   13 years gm dynamic mem: #785 ; SBC geo2ocean.F90 remove the optimization to ensure …
(edit) @2623   13 years gm dynamic mem: #785 ; TRA: move dyn allocation from nemogcm to module when …
(edit) @2622   13 years gm dynamic mem: #785 ; SOL: move dyn allocation from nemogcm to module when …
(edit) @2621   13 years gm dynamic mem: #785 ; DYN: move dyn allocation from nemogcm to module when …
(edit) @2620   13 years gm dynamic mem: #785 ; SBC: move dyn allocation from nemogcm to module when …
(edit) @2619   13 years gm dynamic mem: #785 ; create e1e2t=e1t*e2t to simplify some dynamical …
(edit) @2618   13 years gm dynamic mem: #785 ; move dyn allocation from nemogcm to module when …
(edit) @2617   13 years gm dynamic mem: #785 ; zdfbfr allocation in zdf_bfr_init
(edit) @2616   13 years gm dynamic mem: #785 ; move the allocation vertical physics from nemogcm to …
(edit) @2615   13 years trackstand2 Fixed typo bugs that prevented compilation
(edit) @2614   13 years trackstand2 Changes in TOP/CFC for dynamic memory
(edit) @2613   13 years gm dynamic mem: #785 ; move the allocation of ice in iceini_2/iceini module + …
(edit) @2612   13 years gm dynamic mem: #785 ; LIM-3 case: changes required for compilation …
(edit) @2611   13 years trackstand2 Merged ldfslp.F90 bug fix (duplicate allocation of Madec arrays)
(edit) @2610   13 years trackstand2 Changes to keep Pathscale compiler happy
(edit) @2609   13 years trackstand2 Replaced local workspace arrays with those in wrk_nemo module
(edit) @2608   13 years trackstand2 Replaced local workspaces with wrk_nemo module in TOP_SRC/TRP routines.
(edit) @2607   13 years trackstand2 Made module arrays allocatable and added calls to _alloc()s in …
(edit) @2606   13 years trackstand2 Module arrays made allocatable
(edit) @2605   13 years acc v3.3 trunk. Introduce dummy ldf_slp_grif routine into ldfslp.F90 to fix …
(edit) @2604   13 years cetlod ipslcmip5:Formatted writting of total ocean carbon flux in ocean.output …
(edit) @2603   13 years flavoni replaced bad sed in add_key option, see ticket #801
(edit) @2602   13 years cetlod Improvment of surface boundary condition on trazdf_imp.F90 : minor bug …
(edit) @2601   13 years gm dynamic mem: #785 ; LIM-3 case: changes required for compilation
(edit) @2600   13 years gm dynamic mem: #785 ; LIM-2 case: DOCTOR norm zfact changed in efact + style
(edit) @2599   13 years gm dynamic mem: #785 ; LIM-3 case: DOCTOR norm alb_ice.. changed in …
(edit) @2598   13 years gm dynamic mem: #785 ; LIM-3 case: add TARGET for 4D arrays + style
(edit) @2597   13 years gm dynamic mem: #785 nemogcm error in LIM-3 case: lim_idt instead of …
(edit) @2596   13 years trackstand2 Fixed typo in routine name
(edit) @2595   13 years trackstand2 Added calls to _alloc() routines for traldf_iso_grif and top-level TOP …
(edit) @2594   13 years trackstand2 Removed F2003-only bounds-remapping and added _alloc routine instead
(edit) @2593   13 years trackstand2 Made module vars dynamic and added _alloc() routine
(edit) @2592   13 years rblod Small correction for dynamic allocation in OPA_SRC
(edit) @2591   13 years gm v3.3: #799 , correct a LIM3 small bug (limthd_dif)
(edit) @2590   13 years trackstand2 Merge branch 'dynamic_memory' into master-svn-dyn
(edit) @2589   13 years mafoipsl Correction in diaptr as in [2571].
(edit) @2588   13 years trackstand2 Created branch for move to dynamic mem - ticket #785
(edit) @2587   13 years vidard refer to ticket #798
(edit) @2586   13 years smasson should not open existing file in writing mode, see ticket #797
(edit) @2585   13 years flavoni forcing gunzip to overwrite files in SETTE, see ticket #796
(edit) @2584   13 years flavoni small modifications for SETTE, see ticket #796
(edit) @2583   13 years flavoni small modifications for SETTE, see ticket #796
(edit) @2582   13 years acc Development branch for Neptune effect code (NOCS.10, 2011 workplan)
(edit) @2581   13 years clevy Tagging nemo_v3_3
(edit) @2580   13 years cbricaud Corrections for EVP rheology in LIM2: add missing lines in limrhg.F90 and …
(edit) @2579   13 years rblod Correct TAM_V3_2_2
(edit) @2578   13 years rblod first import of NEMOTAM 3.2.2
(edit) @2577   13 years rblod Create a branch for TAM v3.2.2
(edit) @2576   13 years djlea Bug fix to velocity observation operator
(edit) @2575   13 years cetlod Update card & driver for PISCES configurations when running with libIGCM …
(edit) @2574   13 years cetlod Offline:rename opa.F90 to nemogcm.F90 as it was done in OPA_SRC and update …
(edit) @2573   13 years flavoni remove file kRGB61.txt from config ORCA2_LIM_PISCES & ORCA2_OFF_PISCES …
(edit) @2572   13 years flavoni remove file kRGB61.txt from config ORCA2_LIM and from opa9.card, because …
(edit) @2571   13 years gm v3.3 beta: correct a bug in diaptr
(edit) @2570   13 years gm v3.3beta: #658 small correction in the introduction
(edit) @2569   13 years gm v3.3 beta: correct a bug in changeset 2463 in zdfhde
(edit) @2568   13 years cetlod change nwritedia to nn_writedia, see ticket #791
(edit) @2567   13 years cetlod rename nwritedia to nn_writedia, see ticket #791
(edit) @2566   13 years gm v3.3 beta: small bug in changeset 2370 (ice-ocean stress computed at each …
(edit) @2565   13 years rblod Suppress duplicated code in obcini, see ticket #788
(edit) @2564   13 years rfurner bug fix for time splitting module
(edit) @2563   13 years flavoni remove changed directories by mistake, see ticket #752
(edit) @2562   13 years flavoni add test in fcm_job.sh, see ticket #752
(edit) @2561   13 years cetlod Suppression of special characters in the name of output variables & check …
(edit) @2560   13 years flavoni add missing comma in IDL scripts
(edit) @2559   13 years rblod Correction in dtadyn when not using key_trabbl
(edit) @2558   13 years flavoni added missing array's initialisation in traadv.f90
(edit) @2557   13 years flavoni update script .pro, added mask into average computation, see ticket #724
(edit) @2556   13 years flavoni update ts_mean_SSH.pro, see ticket #724
(edit) @2555   13 years cetlod minor bug correction on trcini.F90
(edit) @2554   13 years flavoni update file name in opa9.card, see ticket #787
(edit) @2553   13 years flavoni change test in fcm_job.sh, see ticket #752
(edit) @2552   13 years flavoni opa9.card : removed from list of BoundaryFiles? bathy_updated, necessary …
(edit) @2551   13 years flavoni only cosmetic change in namelist, and in opa9.card put runoff core by …
Note: See TracRevisionLog for help on using the revision log.