Ignore:
Timestamp:
Jan 30, 2020, 2:38:10 PM (4 years ago)
Author:
lguez
Message:

Bug fix: use missing_val from XIOS for output with XIOS, else the
operations are not done propoerly in XIOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Ocean_skin/libf/phylmd/phys_output_ctrlout_mod.F90

    r3605 r3626  
    19561956
    19571957   type(ctrl_out), save:: o_ds_ns &
    1958         = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'ds_ns', &
     1958        = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dS_ns', &
    19591959        "delta salinity near surface", "ppt", '')
    19601960
     
    19681968
    19691969   type(ctrl_out), save:: o_dser &
    1970         = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dser', &
     1970        = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'dSer', &
    19711971        "salinity variation in the diffusive microlayer", "ppt", '')
    19721972
     
    19771977   type(ctrl_out), save:: o_tks &
    19781978        = ctrl_out([1, 10, 10, 1, 10, 10, 11, 11, 11, 11], 'tks', &
    1979         "thickness os salinity microlayer", "m", '')
     1979        "thickness of salinity microlayer", "m", '')
    19801980
    19811981   type(ctrl_out), save:: o_rf &
Note: See TracChangeset for help on using the changeset viewer.