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) @2729   13 years rblod Put back definitons for Agrif in xml file
(edit) @2728   13 years rblod Correct namelist for Agrif to use IOF
(edit) @2727   13 years rblod Syntax in agrif_user
(edit) @2726   13 years rblod Add namelist_ice as a symbolic link to namelist_ice_lim2
(edit) @2725   13 years rblod Correct mistakes in sette.sh introduced during the merge
(edit) @2724   13 years rblod Correct dynspg_ts, see ticket #812
(edit) @2723   13 years rblod Correction in dynnxt for bdy, see ticket #811
(edit) @2722   13 years rblod Correct bug in obcdta for nemo_v3_3, see ticket #809
(edit) @2721   13 years rblod Correct bug in obcdta for nemo_v3_3, see ticket #809
(edit) @2720   13 years rblod Correct bug in obcdta for nemo_v3_2_2, see ticket #809
(edit) @2719   13 years rblod Add subdirectory for 2011 dev branches
(edit) @2718   13 years sga NEMO trunk: small corrections to the weights generation code in the TOOLS …
(edit) @2717   13 years flavoni change bad comment for EVP rehology, see ticket #704
(edit) @2716   13 years rblod Commit SETTE modifications for dynamic memory
(edit) @2715   13 years rblod First attempt to put dynamic allocation on the trunk
(edit) @2714   13 years rblod Suppress remaining .git
(edit) @2713   13 years rblod Phasing dynamic memory branch with version 2712 off the trunk
(edit) @2712   13 years rfurner bug fix for s coordinates and use of rn_hmin
(edit) @2711   13 years flavoni add correct unit in idl plots, see ticket 724
(edit) @2710   13 years smasson dynamic memory: correction for trdmld
(edit) @2709   13 years flavoni update idl scripts, see ticket 724
(edit) @2708   13 years smasson dynamic memory: correction for coupled model
(edit) @2707   13 years rblod Correct for s-coordinate
(edit) @2706   13 years cetlod minor bug correction in OFFLINE component
(edit) @2705   13 years cetlod Used correct working arrays in domwri.F90
(edit) @2704   13 years cetlod Used correct working arrays in print control routines used for debugging : …
(edit) @2703   13 years cetlod wrk_3d_2 work array is used twice in PISCES/p4zprod.F90 routine
(edit) @2702   13 years cetlod add a missing comma in sms_lobster.F90 routine
(edit) @2701   13 years rblod Correction for Agrif in mpi with dynamic memory
(edit) @2700   13 years smasson bugfix for fldread in v3_2_2, see ticket#810
(edit) @2699   13 years rblod Suppress arrays allocated twice when using OBC
(edit) @2698   13 years rblod Suppress unmatched END IF
(edit) @2697   13 years trackstand2 Coding standards doc updated for dynamic memory developments
(edit) @2696   13 years rblod Compatibility with key_traldf_ano for dynamic memory
(edit) @2695   13 years rblod Avoid use of global saved arrays for computation of sco coordinate
(edit) @2694   13 years rblod Correct a bug in wrk_nemo to get correct argument for check
(edit) @2693   13 years rblod Use correct working arrays in dynldf_bilap
(edit) @2692   13 years rblod Correct wrk_released for eos_2d
(edit) @2691   13 years clevy add Coding Conventions tex and pdf files in DOC
(edit) @2690   13 years gm dynamic mem: #785 ; homogeneization of the coding style associated with …
(edit) @2689   13 years gm dynamic mem: #785 ; bug correction (sshn_b allocated twice) + style in …
(edit) @2688   13 years gm dynamic mem: #785 ; suppression of unused logical workspace function
(edit) @2687   13 years flavoni add input cfg file for POMME, and move ice_evolu in NEMO_VALIDATION_DIR, …
(edit) @2686   13 years flavoni correct bad variable in fcm_job.sh in SETTE, see ticket #808
(edit) @2685   13 years flavoni add echo of compiler name in output.sette, see ticket #752
(edit) @2684   13 years rfurner bug fixes for running with key_bdy
(edit) @2683   13 years gm dynamic mem: #785 ; add the allocation of s-coord arrays which were …
(edit) @2682   13 years trackstand2 key_bdy bug fix. Made arrays allocatable and added _alloc() routine plus …
(edit) @2681   13 years trackstand2 Added missing USE lib_mpp for ctl_warn and mpp_sum in bdy_oce_alloc()
(edit) @2680   13 years rblod Correct typo error in AGRIF preventing from compiling with key_mpp_mpi …
(edit) @2679   13 years rfurner small bug fixes for bdy and vvl
(edit) @2678   13 years rblod Phasing branch dev_r2586_dynamic_mem with revision 2675 off the trunk
(edit) @2677   13 years rblod Commit in NST_SRC for agrif and dynamic memory
(edit) @2676   13 years rblod Second set of change in OPA_SRC for compatibility with agrif
(edit) @2675   13 years flavoni commit sette.sh ready to test 3 reference configuration: GYRE_LOBSTER, …
(edit) @2674   13 years rblod First set of changes in OPA_SRC to ensure AGRIF compatibility
(edit) @2673   13 years rblod Update Agrif LIB on dev_r2586_dynamic_mem
(edit) @2672   13 years rblod Tag vendors/AGRIF/current as vendors/AGRIF/r_01.
(edit) @2671   13 years rblod Load working_directory into vendors/AGRIF/current.
(edit) @2670   13 years cetlod suppression of useless key_nproci(j) CPP keys
(edit) @2669   13 years cetlod offline:minor updates to take into account mpp improvement
(edit) @2668   13 years trackstand2 Added jpni, jpnj and jpnij to nammpp namelist. Suppressed nammpp_dyndist …
(edit) @2667   13 years flavoni remove empty line in cpp_POMME.fcm ,see ticket #806
(edit) @2666   13 years cetlod Offline: minor updates
(edit) @2665   13 years flavoni add new functionality in SETTE, creating validation tree, and updated doc, …
(edit) @2664   13 years trackstand2 Moved call to nemo_alloc() to after set-up of numout so wrk_nemo error …
(edit) @2663   13 years trackstand2 Changed which workspace arrays traadv_tvd uses to avoid clash in …
(edit) @2662   13 years gm dynamic mem: #785 ; suppress the need of logical work space …
(edit) @2661   13 years gm dynamic mem: #785 ; add key_no_workspace_check to by-pass the check in …
(edit) @2660   13 years gm dynamic mem: #785 ; re-Fixed bug in call to mpp_sum instead of ctl_warn in …
(edit) @2659   13 years trackstand2 Fixed bug in call to ctl_warn in traldf
(edit) @2658   13 years trackstand2 Make jpk a variable rather than parameter
(edit) @2657   13 years flavoni add comments in sette_beginner.sh, and added TEST_NAME in fcm_job.sh, see …
(edit) @2656   13 years flavoni add sette_beginner.sh a small sette.sh to start with SETTE tools, see …
(edit) @2655   13 years cetlod OFF_SRC:minor bug corrections
(edit) @2654   13 years cetlod add compiler options for CCRT/NEC-SX8 computer
(edit) @2653   13 years cetlod add compiler options for CCRT/NEC-SX8 computer
(edit) @2652   13 years cetlod OFF_SRC/nemogcm.F90: minor changes on style
(edit) @2651   13 years gm dynamic mem: #785 ; minor changes, style mainly
(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
Note: See TracRevisionLog for help on using the revision log.