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.
#649 (Read 3D files with fldread.F90 ( like Levitus), Mercator contribution) – NEMO

Opened 14 years ago

Closed 13 years ago

Last modified 2 years ago

#649 closed Enhancement (fixed)

Read 3D files with fldread.F90 ( like Levitus), Mercator contribution

Reported by: cbricaud Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.3
Severity: Keywords: 2010 OPA v3.3
Cc:

Description

This a modification of fldread.F90 ( and some routines that use fldread) that permits to read 3D files (like Levitus) with fldread.F90.
I add a 3th dimension in fnow and a 4th dimension in fdta in the FLD type.

Add in the ORCA2_LIM namelist:
===================================================================
--- namelist (revision 1793)
+++ namelist (working copy)
@@ -274,7 +274,24 @@

rn_alphc = 0.65 ! compute albedo between two extremes values
rn_alphdi = 0.72 ! (Pyane, 1972)

/

-
+!-----------------------------------------------------------------------
+&namdta_tem ! surface boundary condition : sea surface restoring
+!-----------------------------------------------------------------------
+! ! file name ! frequency (hours) ! variable ! time interpol. ! clim !'yearly' or ! weights ! rotation !
+! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
+ sn_tem = 'data_1m_potential_temperature_nomask', -1 , 'votemper' , .true. , .true. , 'yearly' , ' ' , ' '
+!
+ cn_dir = './' ! root directory for the location of the runoff files
+/
+!-----------------------------------------------------------------------
+&namdta_sal ! surface boundary condition : sea surface restoring
+!-----------------------------------------------------------------------
+! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'yearly' or ! weights ! rotation !
+! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
+ sn_sal = 'data_1m_salinity_nomask' , -1 , 'vosaline' , .true. , .true. , 'yearly' , , ' '
+!
+ cn_dir = './' ! root directory for the location of the runoff files
+/

Commit History (0)

(No commits)

Attachments (1)

MONTH_LEVI.tar (300.0 KB) - added by cbricaud 14 years ago.
routines and namelist

Download all attachments as: .zip

Change History (13)

Changed 14 years ago by cbricaud

routines and namelist

comment:1 Changed 13 years ago by cbricaud

  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from v3.2 to v3.3

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords 2010 3: Developments Implementation Stream features new of added

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords 3: removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords developments added; Developments removed

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords of removed

comment:6 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_3* added

comment:7 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_3_beta added; Implementation Stream developments features removed

comment:8 Changed 8 years ago by nicolasmartin

  • Keywords new removed

comment:9 Changed 8 years ago by nicolasmartin

  • Milestone 2010 Stream 3: Developments & Implementation of new features deleted

Milestone 2010 Stream 3: Developments & Implementation of new features deleted

comment:10 Changed 8 years ago by nicolasmartin

  • Keywords nemo_v3_3_beta removed

comment:11 Changed 6 years ago by nemo

  • Keywords nemo_v3_3* removed

comment:12 Changed 2 years ago by nemo

  • Keywords OPA v3.3 added
Note: See TracTickets for help on using tickets.