Changeset 3654


Ignore:
Timestamp:
Mar 24, 2020, 5:46:12 PM (4 years ago)
Author:
idelkadi
Message:

Change the names of the input and output files for version 2 of the Cosp simulator for better management in the LMDZ model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cospv2/lmdz_cosp_interface.F90

    r3511 r3654  
    9494
    9595  ! Local variables
    96   character(len=64),PARAMETER   :: cosp_input_nl  = 'cosp_input_nl.txt'
    97   character(len=64),PARAMETER   :: cosp_output_nl = 'cosp_output_nl.txt'
     96  character(len=64),PARAMETER   :: cosp_input_nl  = 'cospv2_input_nl.txt'
     97  character(len=64),PARAMETER   :: cosp_output_nl = 'cospv2_output_nl.txt'
    9898
    9999  integer, save                 :: isccp_topheight, isccp_topheight_direction, overlap
Note: See TracChangeset for help on using the changeset viewer.